From bec41531fc953e388ec56de090d3f16383e4fdb6 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 30 Jul 2022 09:56:51 -0700 Subject: [PATCH] Add gridtables to doc/libraries.md. --- doc/libraries.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/libraries.md b/doc/libraries.md index 397dff83d..f97d65175 100644 --- a/doc/libraries.md +++ b/doc/libraries.md @@ -6,6 +6,7 @@ author: John MacFarlane The following Haskell libraries have been developed to support pandoc: + [skylighting-core] and [skylighting] : Syntax highlighting engine supporting over 140 languages. @@ -45,6 +46,9 @@ pandoc: [jira-wiki-markup] : Support for parsing Jira wiki syntax. +[gridtables] +: Support for parsing grid style textual tables. + [skylighting]: https://hackage.haskell.org/package/skylighting [skylighting-core]: https://hackage.haskell.org/package/skylighting-core [citeproc]: https://hackage.haskell.org/package/citeproc @@ -60,4 +64,4 @@ pandoc: [emojis]: https://hackage.haskell.org/package/emojis [jira-wiki-markup]: https://hackage.haskell.org/package/jira-wiki-markup [unicode-collation]: https://hackage.haskell.org/package/unicode-collation - +[gridtables]: https://hackage.haskell.org/package/gridtables