Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Mention Typst
  • Loading branch information
normanlorrain authored Nov 14, 2023
1 parent ee66725 commit a7a6ed4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Python command line application to convert Markdown to PDF.

## Alternatives
There are several projects that can be considered if you need something with more features. Of note:
* [pandoc](https://pandoc.org/) + [Typst](https://github.com/typst/typst)
* [pandoc](https://pandoc.org/) + [latex](https://www.latex-project.org/)
* [rst2pdf](https://github.com/rst2pdf/rst2pdf)
* [rinohtype](https://github.com/brechtm/rinohtype)
Expand Down Expand Up @@ -66,4 +67,4 @@ Example:

$ mdpdf -o article.pdf article.md

$ mdpdf -o article.pdf --footer "{date},{heading},{page}" article.md
$ mdpdf -o article.pdf --footer "{date},{heading},{page}" article.md

0 comments on commit a7a6ed4

Please sign in to comment.