From 0b96591f398d348c8770b655617ec45cd86bbb84 Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Wed, 18 Jan 2023 14:52:44 +0000 Subject: [PATCH] Mention Literate.jl in README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 847565f..291e9c5 100644 --- a/README.md +++ b/README.md @@ -97,3 +97,7 @@ Thanks for the important additions, fixes and comments. - [DiffEqTutorials.jl](https://github.com/JuliaDiffEq/DiffEqTutorials.jl) uses Weave to output tutorials (`.jmd` documents) to html, pdf and Jupyter notebooks. - [TuringTutorials](https://github.com/TuringLang/TuringTutorials) uses Weave to convert notebooks to html. + +## 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.