blob: 397dff83dde29691a7271d45737594ef64a6f8ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
---
title: The pandoc family of libraries
author: John MacFarlane
---
The following Haskell libraries have been developed to support
pandoc:
[skylighting-core] and [skylighting]
: Syntax highlighting engine supporting over 140 languages.
[citeproc]
: Citation processing using CSL stylesheets.
[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.
[doctemplates]
: Supports pandoc's templates.
[commonmark], [commonmark-extensions], and [commonmark-pandoc]
: Efficient, standards-compliant parser for commonmark and extensions.
[ipynb]
: Representation of Jupyter notebooks and conversion to and
from JSON.
[zip-archive]
: A pure zip file creator and extractor, used by pandoc for
docx, ODT, and EPUB.
[rfc5051]
: Simple unicode collation (used for citation sorting).
[emojis]
: Conversion between emoji characters and aliases.
[jira-wiki-markup]
: Support for parsing Jira wiki syntax.
[skylighting]: https://hackage.haskell.org/package/skylighting
[skylighting-core]: https://hackage.haskell.org/package/skylighting-core
[citeproc]: https://hackage.haskell.org/package/citeproc
[texmath]: https://hackage.haskell.org/package/texmath
[doclayout]: https://hackage.haskell.org/package/doclayout
[doctemplates]: https://hackage.haskell.org/package/doctemplates
[commonmark]: https://hackage.haskell.org/package/commonmark
[commonmark-extensions]: https://hackage.haskell.org/package/commonmark-extensions
[commonmark-pandoc]: https://hackage.haskell.org/package/commonmark-pandoc
[ipynb]: https://hackage.haskell.org/package/ipynb
[zip-archive]: https://hackage.haskell.org/package/zip-archive
[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
|