Add unicode-collation to list of libraries developed to support pandoc.
This commit is contained in:
parent
b159daa8e9
commit
d0d8bb9818
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue