5 license: GPL-2.0-or-later
6 license-file: COPYING.md
7 copyright: (c) 2006-2022 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.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2,
15 GHC == 9.2.5, GHC == 9.4.4
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 extensively
47 using templates, filters, and custom readers and writers
51 data/templates/styles.html
52 data/templates/styles.citations.html
53 data/templates/default.html4
54 data/templates/default.html5
55 data/templates/default.chunkedhtml
56 data/templates/default.docbook4
57 data/templates/default.docbook5
58 data/templates/default.jats_archiving
59 data/templates/default.jats_articleauthoring
60 data/templates/default.jats_publishing
61 data/templates/default.tei
62 data/templates/default.opendocument
63 data/templates/default.icml
64 data/templates/default.opml
65 data/templates/default.latex
66 data/templates/default.bibtex
67 data/templates/default.biblatex
68 data/templates/default.context
69 data/templates/default.texinfo
70 data/templates/default.jira
71 data/templates/default.man
72 data/templates/default.ms
73 data/templates/default.markdown
74 data/templates/default.muse
75 data/templates/default.commonmark
76 data/templates/default.rst
77 data/templates/default.plain
78 data/templates/default.mediawiki
79 data/templates/default.dokuwiki
80 data/templates/default.xwiki
81 data/templates/default.zimwiki
82 data/templates/default.rtf
83 data/templates/default.s5
84 data/templates/default.slidy
85 data/templates/default.slideous
86 data/templates/default.revealjs
87 data/templates/default.dzslides
88 data/templates/default.asciidoc
89 data/templates/default.asciidoctor
90 data/templates/default.haddock
91 data/templates/default.textile
92 data/templates/default.org
93 data/templates/default.epub2
94 data/templates/default.epub3
95 data/templates/article.jats_publishing
96 data/templates/affiliations.jats
97 data/templates/default.markua
98 data/templates/default.typst
99 data/templates/definitions.typst
100 data/templates/template.typst
102 data/translations/*.yaml
104 data/docbook-entities.txt
105 -- source files for reference.docx
106 data/docx/[Content_Types].xml
107 data/docx/_rels/.rels
108 data/docx/docProps/app.xml
109 data/docx/docProps/core.xml
110 data/docx/docProps/custom.xml
111 data/docx/word/document.xml
112 data/docx/word/fontTable.xml
113 data/docx/word/comments.xml
114 data/docx/word/footnotes.xml
115 data/docx/word/numbering.xml
116 data/docx/word/settings.xml
117 data/docx/word/webSettings.xml
118 data/docx/word/styles.xml
119 data/docx/word/_rels/document.xml.rels
120 data/docx/word/_rels/footnotes.xml.rels
121 data/docx/word/theme/theme1.xml
122 -- source files for reference.odt
124 data/odt/manifest.rdf
128 data/odt/META-INF/manifest.xml
129 -- source files for reference.pptx
130 data/pptx/_rels/.rels
131 data/pptx/docProps/app.xml
132 data/pptx/docProps/core.xml
133 data/pptx/ppt/slideLayouts/_rels/slideLayout1.xml.rels
134 data/pptx/ppt/slideLayouts/_rels/slideLayout2.xml.rels
135 data/pptx/ppt/slideLayouts/_rels/slideLayout3.xml.rels
136 data/pptx/ppt/slideLayouts/_rels/slideLayout4.xml.rels
137 data/pptx/ppt/slideLayouts/_rels/slideLayout5.xml.rels
138 data/pptx/ppt/slideLayouts/_rels/slideLayout6.xml.rels
139 data/pptx/ppt/slideLayouts/_rels/slideLayout7.xml.rels
140 data/pptx/ppt/slideLayouts/_rels/slideLayout8.xml.rels
141 data/pptx/ppt/slideLayouts/_rels/slideLayout9.xml.rels
142 data/pptx/ppt/slideLayouts/_rels/slideLayout10.xml.rels
143 data/pptx/ppt/slideLayouts/_rels/slideLayout11.xml.rels
144 data/pptx/ppt/slideLayouts/slideLayout1.xml
145 data/pptx/ppt/slideLayouts/slideLayout2.xml
146 data/pptx/ppt/slideLayouts/slideLayout3.xml
147 data/pptx/ppt/slideLayouts/slideLayout4.xml
148 data/pptx/ppt/slideLayouts/slideLayout5.xml
149 data/pptx/ppt/slideLayouts/slideLayout6.xml
150 data/pptx/ppt/slideLayouts/slideLayout7.xml
151 data/pptx/ppt/slideLayouts/slideLayout8.xml
152 data/pptx/ppt/slideLayouts/slideLayout9.xml
153 data/pptx/ppt/slideLayouts/slideLayout10.xml
154 data/pptx/ppt/slideLayouts/slideLayout11.xml
155 data/pptx/ppt/_rels/presentation.xml.rels
156 data/pptx/ppt/theme/theme1.xml
157 data/pptx/ppt/presProps.xml
158 data/pptx/ppt/slides/_rels/slide1.xml.rels
159 data/pptx/ppt/slides/_rels/slide2.xml.rels
160 data/pptx/ppt/slides/slide2.xml
161 data/pptx/ppt/slides/slide1.xml
162 data/pptx/ppt/slides/_rels/slide3.xml.rels
163 data/pptx/ppt/slides/_rels/slide4.xml.rels
164 data/pptx/ppt/slides/slide3.xml
165 data/pptx/ppt/slides/slide4.xml
166 data/pptx/ppt/viewProps.xml
167 data/pptx/ppt/tableStyles.xml
168 data/pptx/ppt/slideMasters/_rels/slideMaster1.xml.rels
169 data/pptx/ppt/slideMasters/slideMaster1.xml
170 data/pptx/ppt/presentation.xml
171 data/pptx/ppt/notesMasters/_rels/notesMaster1.xml.rels
172 data/pptx/ppt/notesMasters/notesMaster1.xml
173 data/pptx/ppt/notesSlides/_rels/notesSlide1.xml.rels
174 data/pptx/ppt/notesSlides/notesSlide1.xml
175 data/pptx/ppt/notesSlides/_rels/notesSlide2.xml.rels
176 data/pptx/ppt/notesSlides/notesSlide2.xml
177 data/pptx/ppt/theme/theme2.xml
178 data/pptx/[Content_Types].xml
179 -- stylesheet for EPUB writer
181 -- data for dzslides writer
182 data/dzslides/template.html
183 -- default abbreviations file
185 -- sample lua custom reader
189 -- bash completion template
190 data/bash_completion.tpl
193 citeproc/biblatex-localization/*.lbx.strings
195 MANUAL.txt, COPYRIGHT
198 INSTALL.md, AUTHORS.md, README.md,
199 CONTRIBUTING.md, BUGS, changelog.md,
201 -- files needed to build man page
210 test/command/biblio.bib
211 test/command/averroes.bib
216 test/command/file1.txt
217 test/command/file2.txt
218 test/command/three.txt
220 test/command/chap1/spider.png
221 test/command/chap2/spider.png
222 test/command/chap1/text.md
223 test/command/chap2/text.md
224 test/command/defaults1.yaml
225 test/command/defaults2.yaml
226 test/command/defaults3.yaml
227 test/command/defaults4.yaml
228 test/command/defaults5.yaml
229 test/command/defaults6.yaml
230 test/command/defaults7.yaml
231 test/command/defaults8.yaml
232 test/command/defaults9.yaml
233 test/command/3533-rst-csv-tables.csv
234 test/command/3880.txt
235 test/command/5182.txt
236 test/command/5700-metadata-file-1.yml
237 test/command/5700-metadata-file-2.yml
239 test/command/SVG_logo-without-xml-declaration.svg
240 test/command/SVG_logo.svg
241 test/command/corrupt.svg
242 test/command/inkscape-cube.svg
243 test/command/sub-file-chapter-1.tex
244 test/command/sub-file-chapter-2.tex
246 test/command/bar-endinput.tex
247 test/command/yaml-metadata.yaml
248 test/command/7813-meta.yaml
249 test/command/3510-subdoc.org
250 test/command/3510-export.latex
251 test/command/3510-src.hs
252 test/command/3971b.tex
253 test/command/5876.yaml
254 test/command/5876/metadata/5876.yaml
255 test/command/5876/metadata/command/5876.yaml
256 test/command/6466-beg.hs
257 test/command/6466-end.hs
258 test/command/6466-mid.hs
259 test/command/6466-whole.hs
260 test/command/7861.yaml
261 test/command/7861/metadata/placeholder
262 test/docbook-chapter.docbook
263 test/docbook-reader.docbook
264 test/docbook-xref.docbook
265 test/endnotexml-reader.xml
266 test/html-reader.html
267 test/opml-reader.opml
268 test/org-select-tags.org
269 test/haddock-reader.haddock
277 test/latex-reader.latex
278 test/textile-reader.textile
279 test/markdown-reader-more.txt
280 test/markdown-citations.txt
281 test/textile-reader.textile
282 test/mediawiki-reader.wiki
283 test/vimwiki-reader.wiki
284 test/creole-reader.txt
287 test/jira-reader.jira
290 test/s5-fragment.html
295 test/tables.jats_archiving
296 test/tables.jats_articleauthoring
297 test/tables.jats_publishing
310 test/tables.mediawiki
313 test/tables.opendocument
316 test/tables.asciidoctor
330 test/tables/*.mediawiki
331 test/tables/*.jats_archiving
337 test/writer.jats_archiving
338 test/writer.jats_articleauthoring
339 test/writer.jats_publishing
348 test/writer.mediawiki
351 test/writer.opendocument
354 test/writer.asciidoctor
367 test/writers-lang-and-dir.latex
368 test/writers-lang-and-dir.context
369 test/dokuwiki_inline_formatting.dokuwiki
370 test/lhs-test.markdown
371 test/lhs-test.markdown+lhs
373 test/lhs-test.rst+lhs
375 test/lhs-test.latex+lhs
377 test/lhs-test.html+lhs
378 test/lhs-test.fragment.html+lhs
380 test/dokuwiki_external_images.dokuwiki
381 test/dokuwiki_multiblock_table.dokuwiki
384 test/fb2/images-embedded.html
385 test/fb2/images-embedded.fb2
386 test/fb2/test-small.png
387 test/fb2/reader/*.fb2
388 test/fb2/reader/*.native
391 test/docx/golden/*.docx
399 test/pptx/**/*.native
401 test/ipynb/*.in.native
402 test/ipynb/*.out.native
404 test/ipynb/*.out.ipynb
405 test/ipynb/*.out.html
407 test/twiki-reader.twiki
408 test/tikiwiki-reader.tikiwiki
410 test/odt/markdown/*.md
411 test/odt/native/*.native
412 source-repository head
414 location: git://github.com/jgm/pandoc.git
416 flag embed_data_files
417 Description: Embed data files in binary for relocatable executable.
420 common common-options
421 default-language: Haskell2010
422 build-depends: base >= 4.12 && < 5
423 ghc-options: -Wall -fno-warn-unused-do-bind
424 -Wincomplete-record-updates
425 -Wnoncanonical-monad-instances
427 -Wincomplete-uni-patterns
432 -- -Wmissing-export-lists
435 ghc-options: -Wunused-packages
438 ghc-options: -Winvalid-haddock
441 cpp-options: -D_WINDOWS
443 common common-executable
444 import: common-options
445 build-depends: pandoc
446 ghc-options: -rtsopts -with-rtsopts=-A8m -threaded
449 import: common-options
450 build-depends: xml >= 1.3.12 && < 1.4,
451 xml-conduit >= 1.9.1.1 && < 1.10,
452 xml-types >= 0.3 && < 0.4,
453 containers >= 0.6.0.1 && < 0.7,
454 text >= 1.1.1.0 && < 2.1
456 hs-source-dirs: xml-light
457 exposed-modules: Text.Pandoc.XML.Light,
458 Text.Pandoc.XML.Light.Types,
459 Text.Pandoc.XML.Light.Proc,
460 Text.Pandoc.XML.Light.Output
463 import: common-options
464 build-depends: xml-light,
465 Glob >= 0.7 && < 0.11,
466 JuicyPixels >= 3.1.6.1 && < 3.4,
468 aeson >= 2.0.1.0 && < 2.2,
469 aeson-pretty >= 0.8.9 && < 0.9,
470 array >= 0.5 && < 0.6,
471 attoparsec >= 0.12 && < 0.15,
472 binary >= 0.7 && < 0.11,
473 blaze-html >= 0.9 && < 0.10,
474 blaze-markup >= 0.8 && < 0.9,
475 bytestring >= 0.9 && < 0.12,
476 case-insensitive >= 1.2 && < 1.3,
477 citeproc >= 0.8.1 && < 0.9,
478 commonmark >= 0.2.2 && < 0.3,
479 commonmark-extensions >= 0.2.3.4 && < 0.3,
480 commonmark-pandoc >= 0.2.1.3 && < 0.3,
482 containers >= 0.6.0.1 && < 0.7,
483 data-default >= 0.4 && < 0.8,
484 deepseq >= 1.3 && < 1.5,
485 directory >= 1.2.3 && < 1.4,
486 doclayout >= 0.4.0.1 && < 0.5,
487 doctemplates >= 0.11 && < 0.12,
488 base64 >= 0.4 && < 0.5,
489 emojis >= 0.1 && < 0.2,
490 exceptions >= 0.8 && < 0.11,
491 file-embed >= 0.0 && < 0.1,
492 filepath >= 1.1 && < 1.5,
493 gridtables >= 0.1 && < 0.2,
494 haddock-library >= 1.10 && < 1.12,
495 http-client >= 0.4.30 && < 0.8,
496 http-client-tls >= 0.2.4 && < 0.4,
497 http-types >= 0.8 && < 0.13,
498 ipynb >= 0.2 && < 0.3,
499 jira-wiki-markup >= 1.5.1 && < 1.6,
500 mime-types >= 0.1.1 && < 0.2,
503 network-uri >= 2.6 && < 2.8,
504 pandoc-types >= 1.23 && < 1.24,
505 parsec >= 3.1 && < 3.2,
506 pretty >= 1.1 && < 1.2,
507 pretty-show >= 1.10 && < 1.11,
508 process >= 1.2.3 && < 1.7,
509 random >= 1 && < 1.3,
510 safe >= 0.3.18 && < 0.4,
511 scientific >= 0.3 && < 0.4,
512 skylighting >= 0.13.2.1 && < 0.14,
513 skylighting-core >= 0.13.2.1 && < 0.14,
514 split >= 0.2 && < 0.3,
516 tagsoup >= 0.14.6 && < 0.15,
517 temporary >= 1.1 && < 1.4,
518 texmath >= 0.12.8 && < 0.13,
519 text >= 1.1.1.0 && < 2.1,
520 text-conversions >= 0.3 && < 0.4,
521 time >= 1.5 && < 1.14,
522 unicode-collation >= 0.1.1 && < 0.2,
523 unicode-transforms >= 0.3 && < 0.5,
524 yaml >= 0.11 && < 0.12,
525 zip-archive >= 0.4.3 && < 0.5,
526 zlib >= 0.5 && < 0.7,
527 xml >= 1.3.12 && < 1.4,
528 typst >= 0.1 && < 0.2,
529 vector >= 0.12 && < 0.14
532 build-depends: unix >= 2.4 && < 2.9
533 if flag(embed_data_files)
534 cpp-options: -DEMBED_DATA_FILES
535 other-modules: Text.Pandoc.Data.BakedIn
538 exposed-modules: Text.Pandoc,
542 Text.Pandoc.Extensions,
546 Text.Pandoc.MediaBag,
549 Text.Pandoc.Translations,
550 Text.Pandoc.Translations.Types,
552 Text.Pandoc.Readers.HTML,
553 Text.Pandoc.Readers.LaTeX,
554 Text.Pandoc.Readers.Markdown,
555 Text.Pandoc.Readers.CommonMark,
556 Text.Pandoc.Readers.Creole,
557 Text.Pandoc.Readers.BibTeX,
558 Text.Pandoc.Readers.EndNote,
559 Text.Pandoc.Readers.RIS,
560 Text.Pandoc.Readers.CslJson,
561 Text.Pandoc.Readers.MediaWiki,
562 Text.Pandoc.Readers.Vimwiki,
563 Text.Pandoc.Readers.RST,
564 Text.Pandoc.Readers.Org,
565 Text.Pandoc.Readers.DocBook,
566 Text.Pandoc.Readers.JATS,
567 Text.Pandoc.Readers.Jira,
568 Text.Pandoc.Readers.OPML,
569 Text.Pandoc.Readers.Textile,
570 Text.Pandoc.Readers.Native,
571 Text.Pandoc.Readers.Haddock,
572 Text.Pandoc.Readers.TWiki,
573 Text.Pandoc.Readers.TikiWiki,
574 Text.Pandoc.Readers.Txt2Tags,
575 Text.Pandoc.Readers.Docx,
576 Text.Pandoc.Readers.ODT,
577 Text.Pandoc.Readers.EPUB,
578 Text.Pandoc.Readers.Muse,
579 Text.Pandoc.Readers.Man,
580 Text.Pandoc.Readers.FB2,
581 Text.Pandoc.Readers.DokuWiki,
582 Text.Pandoc.Readers.Ipynb,
583 Text.Pandoc.Readers.CSV,
584 Text.Pandoc.Readers.RTF,
585 Text.Pandoc.Readers.Typst,
587 Text.Pandoc.Writers.Native,
588 Text.Pandoc.Writers.DocBook,
589 Text.Pandoc.Writers.JATS,
590 Text.Pandoc.Writers.OPML,
591 Text.Pandoc.Writers.HTML,
592 Text.Pandoc.Writers.ChunkedHTML,
593 Text.Pandoc.Writers.Ipynb,
594 Text.Pandoc.Writers.ICML,
595 Text.Pandoc.Writers.Jira,
596 Text.Pandoc.Writers.LaTeX,
597 Text.Pandoc.Writers.ConTeXt,
598 Text.Pandoc.Writers.Typst,
599 Text.Pandoc.Writers.OpenDocument,
600 Text.Pandoc.Writers.Texinfo,
601 Text.Pandoc.Writers.Man,
602 Text.Pandoc.Writers.Ms,
603 Text.Pandoc.Writers.Markdown,
604 Text.Pandoc.Writers.CommonMark,
605 Text.Pandoc.Writers.Haddock,
606 Text.Pandoc.Writers.RST,
607 Text.Pandoc.Writers.Org,
608 Text.Pandoc.Writers.AsciiDoc,
609 Text.Pandoc.Writers.Textile,
610 Text.Pandoc.Writers.MediaWiki,
611 Text.Pandoc.Writers.DokuWiki,
612 Text.Pandoc.Writers.XWiki,
613 Text.Pandoc.Writers.ZimWiki,
614 Text.Pandoc.Writers.RTF,
615 Text.Pandoc.Writers.ODT,
616 Text.Pandoc.Writers.Docx,
617 Text.Pandoc.Writers.Powerpoint,
618 Text.Pandoc.Writers.EPUB,
619 Text.Pandoc.Writers.FB2,
620 Text.Pandoc.Writers.TEI,
621 Text.Pandoc.Writers.Muse,
622 Text.Pandoc.Writers.CslJson,
623 Text.Pandoc.Writers.Math,
624 Text.Pandoc.Writers.Shared,
625 Text.Pandoc.Writers.OOXML,
626 Text.Pandoc.Writers.AnnotatedTable,
627 Text.Pandoc.Writers.BibTeX,
630 Text.Pandoc.Scripting,
632 Text.Pandoc.Templates,
634 Text.Pandoc.SelfContained,
635 Text.Pandoc.Highlighting,
642 Text.Pandoc.ImageSize,
644 Text.Pandoc.Class.IO,
645 Text.Pandoc.Citeproc,
648 other-modules: Text.Pandoc.App.CommandLineOptions,
649 Text.Pandoc.App.Input,
651 Text.Pandoc.App.OutputSettings,
652 Text.Pandoc.Class.CommonState,
653 Text.Pandoc.Class.PandocMonad,
654 Text.Pandoc.Class.PandocIO,
655 Text.Pandoc.Class.PandocPure,
656 Text.Pandoc.Class.Sandbox,
657 Text.Pandoc.Filter.Environment,
658 Text.Pandoc.Filter.JSON,
659 Text.Pandoc.Parsing.Capabilities,
660 Text.Pandoc.Parsing.Citations,
661 Text.Pandoc.Parsing.General,
662 Text.Pandoc.Parsing.GridTable,
663 Text.Pandoc.Parsing.Lists,
664 Text.Pandoc.Parsing.Math,
665 Text.Pandoc.Parsing.Smart,
666 Text.Pandoc.Parsing.State,
667 Text.Pandoc.Parsing.Future,
668 Text.Pandoc.Readers.Docx.Lists,
669 Text.Pandoc.Readers.Docx.Combine,
670 Text.Pandoc.Readers.Docx.Parse,
671 Text.Pandoc.Readers.Docx.Parse.Styles,
672 Text.Pandoc.Readers.Docx.Util,
673 Text.Pandoc.Readers.Docx.Fields,
674 Text.Pandoc.Readers.HTML.Parsing,
675 Text.Pandoc.Readers.HTML.Table,
676 Text.Pandoc.Readers.HTML.TagCategories,
677 Text.Pandoc.Readers.HTML.Types,
678 Text.Pandoc.Readers.LaTeX.Inline,
679 Text.Pandoc.Readers.LaTeX.Citation,
680 Text.Pandoc.Readers.LaTeX.Lang,
681 Text.Pandoc.Readers.LaTeX.Macro,
682 Text.Pandoc.Readers.LaTeX.Math,
683 Text.Pandoc.Readers.LaTeX.Parsing,
684 Text.Pandoc.Readers.LaTeX.SIunitx,
685 Text.Pandoc.Readers.LaTeX.Table,
686 Text.Pandoc.Readers.Typst.Parsing,
687 Text.Pandoc.Readers.Typst.Math,
688 Text.Pandoc.Readers.ODT.Base,
689 Text.Pandoc.Readers.ODT.Namespaces,
690 Text.Pandoc.Readers.ODT.StyleReader,
691 Text.Pandoc.Readers.ODT.ContentReader,
692 Text.Pandoc.Readers.ODT.Generic.Fallible,
693 Text.Pandoc.Readers.ODT.Generic.SetMap,
694 Text.Pandoc.Readers.ODT.Generic.Utils,
695 Text.Pandoc.Readers.ODT.Generic.Namespaces,
696 Text.Pandoc.Readers.ODT.Generic.XMLConverter,
697 Text.Pandoc.Readers.ODT.Arrows.State,
698 Text.Pandoc.Readers.ODT.Arrows.Utils,
699 Text.Pandoc.Readers.Org.BlockStarts,
700 Text.Pandoc.Readers.Org.Blocks,
701 Text.Pandoc.Readers.Org.DocumentTree,
702 Text.Pandoc.Readers.Org.ExportSettings,
703 Text.Pandoc.Readers.Org.Inlines,
704 Text.Pandoc.Readers.Org.Meta,
705 Text.Pandoc.Readers.Org.ParserState,
706 Text.Pandoc.Readers.Org.Parsing,
707 Text.Pandoc.Readers.Org.Shared,
708 Text.Pandoc.Readers.Metadata,
709 Text.Pandoc.Readers.Roff,
710 Text.Pandoc.Writers.Docx.StyleMap,
711 Text.Pandoc.Writers.Docx.Table,
712 Text.Pandoc.Writers.Docx.Types,
713 Text.Pandoc.Writers.GridTable
714 Text.Pandoc.Writers.JATS.References,
715 Text.Pandoc.Writers.JATS.Table,
716 Text.Pandoc.Writers.JATS.Types,
717 Text.Pandoc.Writers.LaTeX.Caption,
718 Text.Pandoc.Writers.LaTeX.Notes,
719 Text.Pandoc.Writers.LaTeX.Table,
720 Text.Pandoc.Writers.LaTeX.Lang,
721 Text.Pandoc.Writers.LaTeX.Types,
722 Text.Pandoc.Writers.LaTeX.Citation,
723 Text.Pandoc.Writers.LaTeX.Util,
724 Text.Pandoc.Writers.Markdown.Table,
725 Text.Pandoc.Writers.Markdown.Types,
726 Text.Pandoc.Writers.Markdown.Inline,
727 Text.Pandoc.Writers.Roff,
728 Text.Pandoc.Writers.Blaze,
729 Text.Pandoc.Writers.Powerpoint.Presentation,
730 Text.Pandoc.Writers.Powerpoint.Output,
735 Text.Pandoc.RoffChar,
738 Text.Pandoc.Citeproc.BibTeX,
739 Text.Pandoc.Citeproc.Name,
740 Text.Pandoc.Citeproc.CslJson,
741 Text.Pandoc.Citeproc.Data,
742 Text.Pandoc.Citeproc.Locator,
743 Text.Pandoc.Citeproc.MetaValue,
744 Text.Pandoc.Citeproc.Util,
746 autogen-modules: Paths_pandoc
749 test-suite test-pandoc
750 import: common-executable
751 type: exitcode-stdio-1.0
752 main-is: test-pandoc.hs
754 build-depends: pandoc,
755 Diff >= 0.2 && < 0.5,
756 Glob >= 0.7 && < 0.11,
757 bytestring >= 0.9 && < 0.12,
758 containers >= 0.4.2.1 && < 0.7,
759 directory >= 1.2.3 && < 1.4,
760 doctemplates >= 0.11 && < 0.12,
761 filepath >= 1.1 && < 1.5,
763 pandoc-types >= 1.23 && < 1.24,
764 process >= 1.2.3 && < 1.7,
765 tasty >= 0.11 && < 1.5,
766 tasty-golden >= 2.3 && < 2.4,
767 tasty-hunit >= 0.9 && < 0.11,
768 tasty-quickcheck >= 0.8 && < 0.11,
769 text >= 1.1.1.0 && < 2.1,
770 time >= 1.5 && < 1.14,
771 xml >= 1.3.12 && < 1.4,
772 zip-archive >= 0.4.3 && < 0.5
773 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.1,
839 -- we increase heap size to avoid benchmarking garbage collection:
840 ghc-options: -rtsopts -with-rtsopts=-A8m -threaded