aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-04-26 09:29:47 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-04-26 09:29:47 -0700
commitd0d8bb981861a5c076d1c525240791f631140f80 (patch)
tree5cfcdaf4caefcdacc92265689a34da346fdc47d5 /doc
parentb159daa8e9dc467acfe480afedfb0cb63ff60c74 (diff)
downloadpandoc-d0d8bb981861a5c076d1c525240791f631140f80.tar.gz
Add unicode-collation to list of libraries developed to support pandoc.
Diffstat (limited to 'doc')
-rw-r--r--doc/libraries.md4
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