From f06a60c2b6897ad4087014088749025d5ad08696 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Tue, 16 Apr 2024 13:04:37 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4da1471..f18f203 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ Literate.markdown("examples/README.jl", "."; flavor=Literate.CommonMarkFlavor()) ### Related packages -- [Weave.jl](https://github.com/JunoLab/Weave.jl) can generate Jupyter notebooks, HTML, or PDF directly from a Markdown format containing Julia code blocks. +- [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 markdown files (`.qmd`) as well.)