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