Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Jun 17, 2024
1 parent f06a60c commit 4609ab3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Literate.markdown("examples/README.jl", "."; flavor=Literate.CommonMarkFlavor())
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.)
Literate.jl can produce Quarto input markdown files (`.qmd`) as well.)

[docs-img]: https://img.shields.io/badge/docs-latest%20release-blue.svg
[docs-url]: https://fredrikekre.github.io/Literate.jl/
Expand Down
6 changes: 5 additions & 1 deletion examples/README.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ Literate.markdown("examples/README.jl", "."; flavor=Literate.CommonMarkFlavor())

# ### Related packages
#
# - [Weave.jl](https://github.com/JunoLab/Weave.jl)
# - [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 input markdown files (`.qmd`) as well.)


# [docs-img]: https://img.shields.io/badge/docs-latest%20release-blue.svg
Expand Down

0 comments on commit 4609ab3

Please sign in to comment.