From ad0885ce00c10a4a2c606cb040035cabd8225750 Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Tue, 16 Apr 2024 11:43:11 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 291e9c5..34bf66a 100644 --- a/README.md +++ b/README.md @@ -101,3 +101,4 @@ Thanks for the important additions, fixes and comments. ## Related packages - [Literate.jl](https://github.com/fredrikekre/Literate.jl) can be used to generate Markdown and Jupyter notebooks directly from Julia source files with markdown in comments. +- [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.