diff options
| author | John MacFarlane <[email protected]> | 2022-07-30 09:56:51 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-07-30 09:56:51 -0700 |
| commit | bec41531fc953e388ec56de090d3f16383e4fdb6 (patch) | |
| tree | 7d67354fb7e67d2f4fe5700f99052d620eb53bc8 /doc | |
| parent | c015c35a8a7026dd7ee3207053319e886fa637c2 (diff) | |
Add gridtables to doc/libraries.md.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/libraries.md | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
