From a7a6ed4f46b47dacbe46504f3e477000ae86ac0f Mon Sep 17 00:00:00 2001 From: Norman Lorrain Date: Mon, 13 Nov 2023 21:32:29 -0700 Subject: [PATCH] Update README.md Mention Typst --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bacd9a3..b723645 100644 --- a/README.md +++ b/README.md @@ -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) @@ -66,4 +67,4 @@ Example: $ mdpdf -o article.pdf article.md - $ mdpdf -o article.pdf --footer "{date},{heading},{page}" article.md \ No newline at end of file + $ mdpdf -o article.pdf --footer "{date},{heading},{page}" article.md