Add unicode-collation to list of libraries developed to support pandoc.

This commit is contained in:
John MacFarlane 2021-04-26 09:29:47 -07:00
parent b159daa8e9
commit d0d8bb9818

View file

@ -15,6 +15,9 @@ pandoc:
[texmath]
: Conversion of math between tex, Word equation, MathML, and GNU eqn.
[unicode-collation]
: Proper Unicode collation (sorting).
[doclayout]
: Combinators for laying out a textual document, with support
for line wrapping, tabular layout, and more.
@ -56,4 +59,5 @@ pandoc:
[rfc5051]: https://hackage.haskell.org/package/rfc5051
[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