Browse Source

Add link to Weave.jl under 'Related packages' in README, fixes #208.

pull/218/head
Fredrik Ekre 3 years ago
parent
commit
7a8756f8b5
  1. 4
      README.md
  2. 6
      examples/README.jl

4
README.md

@ -24,6 +24,10 @@ using Literate
Literate.markdown("examples/README.jl", "."; flavor=Literate.CommonMarkFlavor()) 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-img]: https://img.shields.io/badge/docs-latest%20release-blue.svg
[docs-url]: https://fredrikekre.github.io/Literate.jl/ [docs-url]: https://fredrikekre.github.io/Literate.jl/

6
examples/README.jl

@ -22,6 +22,12 @@
using Literate using Literate
Literate.markdown("examples/README.jl", "."; flavor=Literate.CommonMarkFlavor()) 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-img]: https://img.shields.io/badge/docs-latest%20release-blue.svg
# [docs-url]: https://fredrikekre.github.io/Literate.jl/ # [docs-url]: https://fredrikekre.github.io/Literate.jl/
# #

Loading…
Cancel
Save