From a03fb96f2103a2ef8b28714188c2821a82021312 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 29 Nov 2021 18:34:26 +0200 Subject: fix: link to Pandoc in README Sponsored-by: author --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dbb4ac9..99c3811 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # pandoc-filter-diagram -- render diagram markup in a Pandoc AST as SVG +[Pandoc]: https://pandoc.org/ + [Pandoc][] is a powerful tool for processing documents in various formats. It parses each of its supported input formats into an in-memory abstract syntax tree, and then renders any supported output -- cgit v1.2.1