5 license: GPL-2.0-or-later
6 license-file: COPYING.md
7 copyright: (c) 2006-2023 John MacFarlane
8 author: John MacFarlane <jgm@berkeley.edu>
9 maintainer: John MacFarlane <jgm@berkeley.edu>
10 bug-reports: https://github.com/jgm/pandoc/issues
12 homepage: https://pandoc.org
14 tested-with: GHC == 8.10.7, GHC == 9.0.2,
15 GHC == 9.2.5, GHC == 9.4.4, GHC == 9.6.3
16 synopsis: Conversion between markup formats
17 description: Pandoc is a Haskell library for converting from one markup
18 format to another. The formats it can handle include
20 - light markup formats (many variants of Markdown,
21 reStructuredText, AsciiDoc, Org-mode, Muse, Textile,
23 - HTML formats (HTML 4 and 5)
24 - Ebook formats (EPUB v2 and v3, FB2)
25 - Documentation formats (GNU TexInfo, Haddock)
26 - Roff formats (man, ms)
27 - TeX formats (LaTeX, ConTeXt)
29 - XML formats (DocBook 4 and 5, JATS, TEI Simple, OpenDocument)
30 - Outline formats (OPML)
31 - Bibliography formats (BibTeX, BibLaTeX, CSL JSON, CSL YAML,
33 - Word processor formats (Docx, RTF, ODT)
34 - Interactive notebook formats (Jupyter notebook ipynb)
35 - Page layout formats (InDesign ICML)
36 - Wiki markup formats (MediaWiki, DokuWiki, TikiWiki, TWiki,
37 Vimwiki, XWiki, ZimWiki, Jira wiki, Creole)
38 - Slide show formats (LaTeX Beamer, PowerPoint, Slidy,
39 reveal.js, Slideous, S5, DZSlides)
40 - Data formats (CSV and TSV tables)
41 - PDF (via external programs such as pdflatex or wkhtmltopdf)
43 Pandoc can convert mathematical content in documents
44 between TeX, MathML, Word equations, roff eqn, typst,
45 and plain text. It includes a powerful system for automatic
46 citations and bibliographies, and it can be customized
47 extensively using templates, filters, and custom readers
48 and writers written in Lua.
50 For the pandoc command-line program, see the
54 data/templates/styles.html
55 data/templates/styles.citations.html
56 data/templates/default.html4
57 data/templates/default.html5
58 data/templates/default.chunkedhtml
59 data/templates/default.docbook4
60 data/templates/default.docbook5
61 data/templates/default.jats_archiving
62 data/templates/default.jats_articleauthoring
63 data/templates/default.jats_publishing
64 data/templates/default.tei
65 data/templates/default.opendocument
66 data/templates/default.icml
67 data/templates/default.opml
68 data/templates/default.latex
69 data/templates/default.bibtex
70 data/templates/default.biblatex
71 data/templates/default.context
72 data/templates/default.texinfo
73 data/templates/default.jira
74 data/templates/default.man
75 data/templates/default.ms
76 data/templates/default.markdown
77 data/templates/default.muse
78 data/templates/default.commonmark
79 data/templates/default.rst
80 data/templates/default.plain
81 data/templates/default.mediawiki
82 data/templates/default.dokuwiki
83 data/templates/default.xwiki
84 data/templates/default.zimwiki
85 data/templates/default.rtf
86 data/templates/default.s5
87 data/templates/default.slidy
88 data/templates/default.slideous
89 data/templates/default.revealjs
90 data/templates/default.dzslides
91 data/templates/default.asciidoc
92 data/templates/default.haddock
93 data/templates/default.textile
94 data/templates/default.org
95 data/templates/default.epub2
96 data/templates/default.epub3
97 data/templates/article.jats_publishing
98 data/templates/affiliations.jats
99 data/templates/default.markua
100 data/templates/default.typst
101 data/templates/definitions.typst
102 data/templates/template.typst
104 data/translations/*.yaml
106 data/docbook-entities.txt
107 -- source files for reference.docx
108 data/docx/[Content_Types].xml
109 data/docx/_rels/.rels
110 data/docx/docProps/app.xml
111 data/docx/docProps/core.xml
112 data/docx/docProps/custom.xml
113 data/docx/word/document.xml
114 data/docx/word/fontTable.xml
115 data/docx/word/comments.xml
116 data/docx/word/footnotes.xml
117 data/docx/word/numbering.xml
118 data/docx/word/settings.xml
119 data/docx/word/webSettings.xml
120 data/docx/word/styles.xml
121 data/docx/word/_rels/document.xml.rels
122 data/docx/word/_rels/footnotes.xml.rels
123 data/docx/word/theme/theme1.xml
124 -- source files for reference.odt
126 data/odt/manifest.rdf
130 data/odt/META-INF/manifest.xml
131 -- source files for reference.pptx
132 data/pptx/_rels/.rels
133 data/pptx/docProps/app.xml
134 data/pptx/docProps/core.xml
135 data/pptx/ppt/slideLayouts/_rels/slideLayout1.xml.rels
136 data/pptx/ppt/slideLayouts/_rels/slideLayout2.xml.rels
137 data/pptx/ppt/slideLayouts/_rels/slideLayout3.xml.rels
138 data/pptx/ppt/slideLayouts/_rels/slideLayout4.xml.rels
139 data/pptx/ppt/slideLayouts/_rels/slideLayout5.xml.rels
140 data/pptx/ppt/slideLayouts/_rels/slideLayout6.xml.rels
141 data/pptx/ppt/slideLayouts/_rels/slideLayout7.xml.rels
142 data/pptx/ppt/slideLayouts/_rels/slideLayout8.xml.rels
143 data/pptx/ppt/slideLayouts/_rels/slideLayout9.xml.rels
144 data/pptx/ppt/slideLayouts/_rels/slideLayout10.xml.rels
145 data/pptx/ppt/slideLayouts/_rels/slideLayout11.xml.rels
146 data/pptx/ppt/slideLayouts/slideLayout1.xml
147 data/pptx/ppt/slideLayouts/slideLayout2.xml
148 data/pptx/ppt/slideLayouts/slideLayout3.xml
149 data/pptx/ppt/slideLayouts/slideLayout4.xml
150 data/pptx/ppt/slideLayouts/slideLayout5.xml
151 data/pptx/ppt/slideLayouts/slideLayout6.xml
152 data/pptx/ppt/slideLayouts/slideLayout7.xml
153 data/pptx/ppt/slideLayouts/slideLayout8.xml
154 data/pptx/ppt/slideLayouts/slideLayout9.xml
155 data/pptx/ppt/slideLayouts/slideLayout10.xml
156 data/pptx/ppt/slideLayouts/slideLayout11.xml
157 data/pptx/ppt/_rels/presentation.xml.rels
158 data/pptx/ppt/theme/theme1.xml
159 data/pptx/ppt/presProps.xml
160 data/pptx/ppt/slides/_rels/slide1.xml.rels
161 data/pptx/ppt/slides/_rels/slide2.xml.rels
162 data/pptx/ppt/slides/slide2.xml
163 data/pptx/ppt/slides/slide1.xml
164 data/pptx/ppt/slides/_rels/slide3.xml.rels
165 data/pptx/ppt/slides/_rels/slide4.xml.rels
166 data/pptx/ppt/slides/slide3.xml
167 data/pptx/ppt/slides/slide4.xml
168 data/pptx/ppt/viewProps.xml
169 data/pptx/ppt/tableStyles.xml
170 data/pptx/ppt/slideMasters/_rels/slideMaster1.xml.rels
171 data/pptx/ppt/slideMasters/slideMaster1.xml
172 data/pptx/ppt/presentation.xml
173 data/pptx/ppt/notesMasters/_rels/notesMaster1.xml.rels
174 data/pptx/ppt/notesMasters/notesMaster1.xml
175 data/pptx/ppt/notesSlides/_rels/notesSlide1.xml.rels
176 data/pptx/ppt/notesSlides/notesSlide1.xml
177 data/pptx/ppt/notesSlides/_rels/notesSlide2.xml.rels
178 data/pptx/ppt/notesSlides/notesSlide2.xml
179 data/pptx/ppt/theme/theme2.xml
180 data/pptx/[Content_Types].xml
181 -- stylesheet for EPUB writer
183 -- data for dzslides writer
184 data/dzslides/template.html
185 -- default abbreviations file
187 -- sample lua custom reader
191 -- bash completion template
192 data/bash_completion.tpl
195 citeproc/biblatex-localization/*.lbx.strings
197 MANUAL.txt, COPYRIGHT
200 INSTALL.md, AUTHORS.md, README.md,
201 CONTRIBUTING.md, BUGS, changelog.md,
208 test/command/9002.docx
209 test/command/biblio.bib
210 test/command/averroes.bib
215 test/command/file1.txt
216 test/command/file2.txt
217 test/command/three.txt
219 test/command/chap1/spider.png
220 test/command/chap2/spider.png
221 test/command/chap1/text.md
222 test/command/chap2/text.md
223 test/command/defaults1.yaml
224 test/command/defaults2.yaml
225 test/command/defaults3.yaml
226 test/command/defaults4.yaml
227 test/command/defaults5.yaml
228 test/command/defaults6.yaml
229 test/command/defaults7.yaml
230 test/command/defaults8.yaml
231 test/command/defaults9.yaml
232 test/command/3533-rst-csv-tables.csv
233 test/command/3880.txt
234 test/command/5182.txt
235 test/command/5700-metadata-file-1.yml
236 test/command/5700-metadata-file-2.yml
238 test/command/sub-file-chapter-1.tex
239 test/command/sub-file-chapter-2.tex
241 test/command/bar-endinput.tex
242 test/command/yaml-metadata.yaml
243 test/command/7813-meta.yaml
244 test/command/3510-subdoc.org
245 test/command/3510-export.latex
246 test/command/3510-src.hs
247 test/command/3971b.tex
248 test/command/5876.yaml
249 test/command/5876/metadata/5876.yaml
250 test/command/5876/metadata/command/5876.yaml
251 test/command/6466-beg.hs
252 test/command/6466-end.hs
253 test/command/6466-mid.hs
254 test/command/6466-whole.hs
255 test/command/7861.yaml
256 test/command/7861/metadata/placeholder
257 test/docbook-chapter.docbook
258 test/docbook-reader.docbook
259 test/docbook-xref.docbook
260 test/endnotexml-reader.xml
261 test/html-reader.html
262 test/opml-reader.opml
263 test/org-select-tags.org
264 test/haddock-reader.haddock
272 test/typst-reader.typ
273 test/undergradmath.typ
274 test/latex-reader.latex
275 test/textile-reader.textile
276 test/markdown-reader-more.txt
277 test/markdown-citations.txt
278 test/textile-reader.textile
279 test/mediawiki-reader.wiki
280 test/vimwiki-reader.wiki
281 test/creole-reader.txt
284 test/jira-reader.jira
287 test/s5-fragment.html
292 test/tables.jats_archiving
293 test/tables.jats_articleauthoring
294 test/tables.jats_publishing
307 test/tables.mediawiki
310 test/tables.opendocument
313 test/tables.asciidoc_legacy
327 test/tables/*.mediawiki
328 test/tables/*.jats_archiving
334 test/writer.jats_archiving
335 test/writer.jats_articleauthoring
336 test/writer.jats_publishing
345 test/writer.mediawiki
348 test/writer.opendocument
351 test/writer.asciidoc_legacy
364 test/writers-lang-and-dir.latex
365 test/writers-lang-and-dir.context
366 test/dokuwiki_inline_formatting.dokuwiki
367 test/lhs-test.markdown
368 test/lhs-test.markdown+lhs
370 test/lhs-test.rst+lhs
372 test/lhs-test.latex+lhs
374 test/lhs-test.html+lhs
375 test/lhs-test.fragment.html+lhs
377 test/dokuwiki_external_images.dokuwiki
378 test/dokuwiki_multiblock_table.dokuwiki
381 test/fb2/images-embedded.html
382 test/fb2/images-embedded.fb2
383 test/fb2/test-small.png
384 test/fb2/reader/*.fb2
385 test/fb2/reader/*.native
388 test/docx/golden/*.docx
396 test/pptx/**/*.native
398 test/ipynb/*.in.native
399 test/ipynb/*.out.native
401 test/ipynb/*.out.ipynb
402 test/ipynb/*.out.html
404 test/twiki-reader.twiki
405 test/tikiwiki-reader.tikiwiki
407 test/odt/markdown/*.md
408 test/odt/native/*.native
409 source-repository head
411 location: git://github.com/jgm/pandoc.git
413 flag embed_data_files
414 Description: Embed data files in binary for relocatable executable.
417 common common-options
418 default-language: Haskell2010
419 build-depends: base >= 4.12 && < 5
420 ghc-options: -Wall -fno-warn-unused-do-bind
421 -Wincomplete-record-updates
422 -Wnoncanonical-monad-instances
424 -Wincomplete-uni-patterns
429 -- -Wmissing-export-lists
432 ghc-options: -Wunused-packages
435 ghc-options: -Winvalid-haddock
438 cpp-options: -D_WINDOWS
440 common common-executable
441 import: common-options
442 build-depends: pandoc
443 ghc-options: -rtsopts -with-rtsopts=-A8m -threaded
446 import: common-options
447 build-depends: xml >= 1.3.12 && < 1.4,
448 xml-conduit >= 1.9.1.1 && < 1.10,
449 xml-types >= 0.3 && < 0.4,
450 containers >= 0.6.0.1 && < 0.7,
451 text >= 1.1.1.0 && < 2.2
453 hs-source-dirs: xml-light
454 exposed-modules: Text.Pandoc.XML.Light,
455 Text.Pandoc.XML.Light.Types,
456 Text.Pandoc.XML.Light.Proc,
457 Text.Pandoc.XML.Light.Output
460 import: common-options
461 build-depends: xml-light,
462 Glob >= 0.7 && < 0.11,
463 JuicyPixels >= 3.1.6.1 && < 3.4,
465 aeson >= 2.0.1.0 && < 2.3,
466 aeson-pretty >= 0.8.9 && < 0.9,
467 array >= 0.5 && < 0.6,
468 attoparsec >= 0.12 && < 0.15,
469 base64-bytestring >= 0.1 && < 1.3,
470 binary >= 0.7 && < 0.11,
471 blaze-html >= 0.9 && < 0.10,
472 blaze-markup >= 0.8 && < 0.9,
473 bytestring >= 0.9 && < 0.13,
474 case-insensitive >= 1.2 && < 1.3,
475 citeproc >= 0.8.1 && < 0.9,
476 commonmark >= 0.2.4.1 && < 0.3,
477 commonmark-extensions >= 0.2.5 && < 0.3,
478 commonmark-pandoc >= 0.2.2 && < 0.3,
479 containers >= 0.6.0.1 && < 0.7,
480 crypton-connection >= 0.3.1 && < 0.4,
481 data-default >= 0.4 && < 0.8,
482 deepseq >= 1.3 && < 1.6,
483 directory >= 1.2.3 && < 1.4,
484 doclayout >= 0.4.0.1 && < 0.5,
485 doctemplates >= 0.11 && < 0.12,
486 emojis >= 0.1 && < 0.2,
487 exceptions >= 0.8 && < 0.11,
488 file-embed >= 0.0 && < 0.1,
489 filepath >= 1.1 && < 1.5,
490 gridtables >= 0.1 && < 0.2,
491 haddock-library >= 1.10 && < 1.12,
492 http-client >= 0.4.30 && < 0.8,
493 http-client-tls >= 0.2.4 && < 0.4,
494 http-types >= 0.8 && < 0.13,
495 ipynb >= 0.2 && < 0.3,
496 jira-wiki-markup >= 1.5.1 && < 1.6,
497 mime-types >= 0.1.1 && < 0.2,
499 network >= 2.6 && < 3.2,
500 network-uri >= 2.6 && < 2.8,
501 pandoc-types >= 1.23.1 && < 1.24,
502 parsec >= 3.1 && < 3.2,
503 pretty >= 1.1 && < 1.2,
504 pretty-show >= 1.10 && < 1.11,
505 process >= 1.2.3 && < 1.7,
506 random >= 1 && < 1.3,
507 safe >= 0.3.18 && < 0.4,
508 scientific >= 0.3 && < 0.4,
509 skylighting >= 0.14.1 && < 0.15,
510 skylighting-core >= 0.14.1 && < 0.15,
511 split >= 0.2 && < 0.3,
513 tagsoup >= 0.14.6 && < 0.15,
514 temporary >= 1.1 && < 1.4,
515 texmath >= 0.12.8.6 && < 0.13,
516 text >= 1.1.1.0 && < 2.2,
517 text-conversions >= 0.3 && < 0.4,
518 time >= 1.5 && < 1.14,
519 unicode-collation >= 0.1.1 && < 0.2,
520 unicode-transforms >= 0.3 && < 0.5,
521 yaml >= 0.11 && < 0.12,
522 zip-archive >= 0.4.3 && < 0.5,
523 zlib >= 0.5 && < 0.7,
524 xml >= 1.3.12 && < 1.4,
525 typst >= 0.5 && < 0.5.1,
526 vector >= 0.12 && < 0.14
529 build-depends: unix >= 2.4 && < 2.9
530 if flag(embed_data_files)
531 cpp-options: -DEMBED_DATA_FILES
532 other-modules: Text.Pandoc.Data.BakedIn
535 exposed-modules: Text.Pandoc,
539 Text.Pandoc.Extensions,
543 Text.Pandoc.MediaBag,
546 Text.Pandoc.Translations,
547 Text.Pandoc.Translations.Types,
549 Text.Pandoc.Readers.HTML,
550 Text.Pandoc.Readers.LaTeX,
551 Text.Pandoc.Readers.Markdown,
552 Text.Pandoc.Readers.CommonMark,
553 Text.Pandoc.Readers.Creole,
554 Text.Pandoc.Readers.BibTeX,
555 Text.Pandoc.Readers.EndNote,
556 Text.Pandoc.Readers.RIS,
557 Text.Pandoc.Readers.CslJson,
558 Text.Pandoc.Readers.MediaWiki,
559 Text.Pandoc.Readers.Vimwiki,
560 Text.Pandoc.Readers.RST,
561 Text.Pandoc.Readers.Org,
562 Text.Pandoc.Readers.DocBook,
563 Text.Pandoc.Readers.JATS,
564 Text.Pandoc.Readers.Jira,
565 Text.Pandoc.Readers.OPML,
566 Text.Pandoc.Readers.Textile,
567 Text.Pandoc.Readers.Native,
568 Text.Pandoc.Readers.Haddock,
569 Text.Pandoc.Readers.TWiki,
570 Text.Pandoc.Readers.TikiWiki,
571 Text.Pandoc.Readers.Txt2Tags,
572 Text.Pandoc.Readers.Docx,
573 Text.Pandoc.Readers.ODT,
574 Text.Pandoc.Readers.EPUB,
575 Text.Pandoc.Readers.Muse,
576 Text.Pandoc.Readers.Man,
577 Text.Pandoc.Readers.FB2,
578 Text.Pandoc.Readers.DokuWiki,
579 Text.Pandoc.Readers.Ipynb,
580 Text.Pandoc.Readers.CSV,
581 Text.Pandoc.Readers.RTF,
582 Text.Pandoc.Readers.Typst,
584 Text.Pandoc.Writers.Native,
585 Text.Pandoc.Writers.DocBook,
586 Text.Pandoc.Writers.JATS,
587 Text.Pandoc.Writers.OPML,
588 Text.Pandoc.Writers.HTML,
589 Text.Pandoc.Writers.ChunkedHTML,
590 Text.Pandoc.Writers.Ipynb,
591 Text.Pandoc.Writers.ICML,
592 Text.Pandoc.Writers.Jira,
593 Text.Pandoc.Writers.LaTeX,
594 Text.Pandoc.Writers.ConTeXt,
595 Text.Pandoc.Writers.Typst,
596 Text.Pandoc.Writers.OpenDocument,
597 Text.Pandoc.Writers.Texinfo,
598 Text.Pandoc.Writers.Man,
599 Text.Pandoc.Writers.Ms,
600 Text.Pandoc.Writers.Markdown,
601 Text.Pandoc.Writers.CommonMark,
602 Text.Pandoc.Writers.Haddock,
603 Text.Pandoc.Writers.RST,
604 Text.Pandoc.Writers.Org,
605 Text.Pandoc.Writers.AsciiDoc,
606 Text.Pandoc.Writers.Textile,
607 Text.Pandoc.Writers.MediaWiki,
608 Text.Pandoc.Writers.DokuWiki,
609 Text.Pandoc.Writers.XWiki,
610 Text.Pandoc.Writers.ZimWiki,
611 Text.Pandoc.Writers.RTF,
612 Text.Pandoc.Writers.ODT,
613 Text.Pandoc.Writers.Docx,
614 Text.Pandoc.Writers.Powerpoint,
615 Text.Pandoc.Writers.EPUB,
616 Text.Pandoc.Writers.FB2,
617 Text.Pandoc.Writers.TEI,
618 Text.Pandoc.Writers.Muse,
619 Text.Pandoc.Writers.CslJson,
620 Text.Pandoc.Writers.Math,
621 Text.Pandoc.Writers.Shared,
622 Text.Pandoc.Writers.OOXML,
623 Text.Pandoc.Writers.AnnotatedTable,
624 Text.Pandoc.Writers.BibTeX,
627 Text.Pandoc.Scripting,
629 Text.Pandoc.Templates,
631 Text.Pandoc.SelfContained,
632 Text.Pandoc.Highlighting,
639 Text.Pandoc.ImageSize,
641 Text.Pandoc.Class.IO,
642 Text.Pandoc.Citeproc,
645 other-modules: Text.Pandoc.App.CommandLineOptions,
646 Text.Pandoc.App.Input,
648 Text.Pandoc.App.OutputSettings,
649 Text.Pandoc.Class.CommonState,
650 Text.Pandoc.Class.PandocMonad,
651 Text.Pandoc.Class.PandocIO,
652 Text.Pandoc.Class.PandocPure,
653 Text.Pandoc.Class.Sandbox,
654 Text.Pandoc.Filter.Environment,
655 Text.Pandoc.Filter.JSON,
656 Text.Pandoc.Parsing.Capabilities,
657 Text.Pandoc.Parsing.Citations,
658 Text.Pandoc.Parsing.General,
659 Text.Pandoc.Parsing.GridTable,
660 Text.Pandoc.Parsing.Lists,
661 Text.Pandoc.Parsing.Math,
662 Text.Pandoc.Parsing.Smart,
663 Text.Pandoc.Parsing.State,
664 Text.Pandoc.Parsing.Future,
665 Text.Pandoc.Readers.Docx.Lists,
666 Text.Pandoc.Readers.Docx.Combine,
667 Text.Pandoc.Readers.Docx.Parse,
668 Text.Pandoc.Readers.Docx.Parse.Styles,
669 Text.Pandoc.Readers.Docx.Util,
670 Text.Pandoc.Readers.Docx.Symbols,
671 Text.Pandoc.Readers.Docx.Fields,
672 Text.Pandoc.Readers.HTML.Parsing,
673 Text.Pandoc.Readers.HTML.Table,
674 Text.Pandoc.Readers.HTML.TagCategories,
675 Text.Pandoc.Readers.HTML.Types,
676 Text.Pandoc.Readers.LaTeX.Inline,
677 Text.Pandoc.Readers.LaTeX.Citation,
678 Text.Pandoc.Readers.LaTeX.Lang,
679 Text.Pandoc.Readers.LaTeX.Macro,
680 Text.Pandoc.Readers.LaTeX.Math,
681 Text.Pandoc.Readers.LaTeX.Parsing,
682 Text.Pandoc.Readers.LaTeX.SIunitx,
683 Text.Pandoc.Readers.LaTeX.Table,
684 Text.Pandoc.Readers.Typst.Parsing,
685 Text.Pandoc.Readers.Typst.Math,
686 Text.Pandoc.Readers.ODT.Base,
687 Text.Pandoc.Readers.ODT.Namespaces,
688 Text.Pandoc.Readers.ODT.StyleReader,
689 Text.Pandoc.Readers.ODT.ContentReader,
690 Text.Pandoc.Readers.ODT.Generic.Fallible,
691 Text.Pandoc.Readers.ODT.Generic.SetMap,
692 Text.Pandoc.Readers.ODT.Generic.Utils,
693 Text.Pandoc.Readers.ODT.Generic.Namespaces,
694 Text.Pandoc.Readers.ODT.Generic.XMLConverter,
695 Text.Pandoc.Readers.ODT.Arrows.State,
696 Text.Pandoc.Readers.ODT.Arrows.Utils,
697 Text.Pandoc.Readers.Org.BlockStarts,
698 Text.Pandoc.Readers.Org.Blocks,
699 Text.Pandoc.Readers.Org.DocumentTree,
700 Text.Pandoc.Readers.Org.ExportSettings,
701 Text.Pandoc.Readers.Org.Inlines,
702 Text.Pandoc.Readers.Org.Meta,
703 Text.Pandoc.Readers.Org.ParserState,
704 Text.Pandoc.Readers.Org.Parsing,
705 Text.Pandoc.Readers.Org.Shared,
706 Text.Pandoc.Readers.Metadata,
707 Text.Pandoc.Readers.Roff,
708 Text.Pandoc.Writers.Docx.StyleMap,
709 Text.Pandoc.Writers.Docx.Table,
710 Text.Pandoc.Writers.Docx.Types,
711 Text.Pandoc.Writers.GridTable
712 Text.Pandoc.Writers.JATS.References,
713 Text.Pandoc.Writers.JATS.Table,
714 Text.Pandoc.Writers.JATS.Types,
715 Text.Pandoc.Writers.LaTeX.Caption,
716 Text.Pandoc.Writers.LaTeX.Notes,
717 Text.Pandoc.Writers.LaTeX.Table,
718 Text.Pandoc.Writers.LaTeX.Lang,
719 Text.Pandoc.Writers.LaTeX.Types,
720 Text.Pandoc.Writers.LaTeX.Citation,
721 Text.Pandoc.Writers.LaTeX.Util,
722 Text.Pandoc.Writers.Markdown.Table,
723 Text.Pandoc.Writers.Markdown.Types,
724 Text.Pandoc.Writers.Markdown.Inline,
725 Text.Pandoc.Writers.Roff,
726 Text.Pandoc.Writers.Blaze,
727 Text.Pandoc.Writers.Powerpoint.Presentation,
728 Text.Pandoc.Writers.Powerpoint.Output,
733 Text.Pandoc.RoffChar,
736 Text.Pandoc.Citeproc.BibTeX,
737 Text.Pandoc.Citeproc.Name,
738 Text.Pandoc.Citeproc.CslJson,
739 Text.Pandoc.Citeproc.Data,
740 Text.Pandoc.Citeproc.Locator,
741 Text.Pandoc.Citeproc.MetaValue,
742 Text.Pandoc.Citeproc.Util,
744 autogen-modules: Paths_pandoc
747 test-suite test-pandoc
748 import: common-executable
749 type: exitcode-stdio-1.0
750 main-is: test-pandoc.hs
752 build-depends: pandoc,
753 Diff >= 0.2 && < 0.6,
754 Glob >= 0.7 && < 0.11,
755 bytestring >= 0.9 && < 0.13,
756 containers >= 0.4.2.1 && < 0.7,
757 directory >= 1.2.3 && < 1.4,
758 doctemplates >= 0.11 && < 0.12,
759 filepath >= 1.1 && < 1.5,
761 pandoc-types >= 1.23.1 && < 1.24,
762 process >= 1.2.3 && < 1.7,
763 tasty >= 0.11 && < 1.6,
764 tasty-golden >= 2.3 && < 2.4,
765 tasty-hunit >= 0.9 && < 0.11,
766 tasty-quickcheck >= 0.8 && < 0.11,
767 text >= 1.1.1.0 && < 2.2,
768 temporary >= 1.1 && < 1.4,
769 time >= 1.5 && < 1.14,
770 xml >= 1.3.12 && < 1.4,
771 zip-archive >= 0.4.3 && < 0.5
772 other-modules: Tests.Old
781 Tests.Readers.Markdown
783 Tests.Readers.Org.Block
784 Tests.Readers.Org.Block.CodeBlock
785 Tests.Readers.Org.Block.Figure
786 Tests.Readers.Org.Block.Header
787 Tests.Readers.Org.Block.List
788 Tests.Readers.Org.Block.Table
789 Tests.Readers.Org.Directive
790 Tests.Readers.Org.Inline
791 Tests.Readers.Org.Inline.Citation
792 Tests.Readers.Org.Inline.Note
793 Tests.Readers.Org.Inline.Smart
794 Tests.Readers.Org.Meta
795 Tests.Readers.Org.Shared
800 Tests.Readers.Txt2Tags
806 Tests.Readers.DokuWiki
808 Tests.Writers.ConTeXt
809 Tests.Writers.DocBook
813 Tests.Writers.Markdown
816 Tests.Writers.AsciiDoc
824 Tests.Writers.Powerpoint
827 Tests.Writers.AnnotatedTable
829 benchmark benchmark-pandoc
830 import: common-executable
831 type: exitcode-stdio-1.0
832 main-is: benchmark-pandoc.hs
833 hs-source-dirs: benchmark
834 build-depends: bytestring,
835 tasty-bench >= 0.2 && <= 0.4,
837 text >= 1.1.1.0 && < 2.2,
839 -- we increase heap size to avoid benchmarking garbage collection:
840 ghc-options: -rtsopts -with-rtsopts=-A8m -threaded