Browse Source

Mention Quarto under related packages in README (#244)

pull/248/head
Sheehan Olver 1 year ago committed by GitHub
parent
commit
66e98332c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      README.md
  2. 6
      examples/README.jl

6
README.md

@ -26,7 +26,11 @@ Literate.markdown("examples/README.jl", "."; flavor=Literate.CommonMarkFlavor())
### Related packages ### Related packages
- [Weave.jl](https://github.com/JunoLab/Weave.jl) - [Weave.jl](https://github.com/JunoLab/Weave.jl) can generate Jupyter notebooks, HTML, or
PDF directly from a Markdown format containing Julia code blocks.
- [Quarto](https://quarto.org) can generate Jupyter notebooks, HTML, or PDF directly from a
Markdown format containing Julia code blocks, and also works with R and Python. (Note that
Literate.jl can produce Quarto input markdown files (`.qmd`) as well.)
[docs-img]: https://img.shields.io/badge/docs-latest%20release-blue.svg [docs-img]: https://img.shields.io/badge/docs-latest%20release-blue.svg
[docs-url]: https://fredrikekre.github.io/Literate.jl/ [docs-url]: https://fredrikekre.github.io/Literate.jl/

6
examples/README.jl

@ -25,7 +25,11 @@ Literate.markdown("examples/README.jl", "."; flavor=Literate.CommonMarkFlavor())
# ### Related packages # ### Related packages
# #
# - [Weave.jl](https://github.com/JunoLab/Weave.jl) # - [Weave.jl](https://github.com/JunoLab/Weave.jl) can generate Jupyter notebooks, HTML, or
# PDF directly from a Markdown format containing Julia code blocks.
# - [Quarto](https://quarto.org) can generate Jupyter notebooks, HTML, or PDF directly from a
# Markdown format containing Julia code blocks, and also works with R and Python. (Note that
# Literate.jl can produce Quarto input markdown files (`.qmd`) as well.)
# [docs-img]: https://img.shields.io/badge/docs-latest%20release-blue.svg # [docs-img]: https://img.shields.io/badge/docs-latest%20release-blue.svg

Loading…
Cancel
Save