From 7a8756f8b5650b4abe75cd31895b4e08ed5165b5 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Wed, 18 Jan 2023 16:09:28 +0100 Subject: [PATCH] Add link to Weave.jl under 'Related packages' in README, fixes #208. --- README.md | 4 ++++ examples/README.jl | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index b90c109..e83ced4 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ using Literate Literate.markdown("examples/README.jl", "."; flavor=Literate.CommonMarkFlavor()) ```` +### Related packages + +- [Weave.jl](https://github.com/JunoLab/Weave.jl) + [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 d0966c8..f4e9b2d 100644 --- a/examples/README.jl +++ b/examples/README.jl @@ -22,6 +22,12 @@ using Literate Literate.markdown("examples/README.jl", "."; flavor=Literate.CommonMarkFlavor()) + +# ### Related packages +# +# - [Weave.jl](https://github.com/JunoLab/Weave.jl) + + # [docs-img]: https://img.shields.io/badge/docs-latest%20release-blue.svg # [docs-url]: https://fredrikekre.github.io/Literate.jl/ #