diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/libraries.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/libraries.md b/doc/libraries.md index 828d453a8..397dff83d 100644 --- a/doc/libraries.md +++ b/doc/libraries.md @@ -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 |