From 66e98332c6e63197a7643993acc72faafd7d8d2a Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Mon, 17 Jun 2024 09:27:59 +0100 Subject: [PATCH] Mention Quarto under related packages in README (#244) --- README.md | 6 +++++- examples/README.jl | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e83ced4..52967c3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,11 @@ Literate.markdown("examples/README.jl", "."; flavor=Literate.CommonMarkFlavor()) ### 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-url]: https://fredrikekre.github.io/Literate.jl/ diff --git a/examples/README.jl b/examples/README.jl index f4e9b2d..218ca87 100644 --- a/examples/README.jl +++ b/examples/README.jl @@ -25,7 +25,11 @@ Literate.markdown("examples/README.jl", "."; flavor=Literate.CommonMarkFlavor()) # ### 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