pandoc

Universal markup converter

https://github.com/jgm/pandoc

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    32 of 586 committers (5.5%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.2%) to scientific vocabulary

Keywords

commonmark converter document haskell markdown markup pandoc presentation publishing

Keywords from Contributors

programming-language system systemd argument-parser numerical init services closember julialang agda
Last synced: 6 months ago · JSON representation ·

Repository

Universal markup converter

Basic Info
  • Host: GitHub
  • Owner: jgm
  • License: other
  • Language: Haskell
  • Default Branch: main
  • Homepage: https://pandoc.org
  • Size: 65.8 MB
Statistics
  • Stars: 39,036
  • Watchers: 520
  • Forks: 3,614
  • Open Issues: 1,053
  • Releases: 147
Topics
commonmark converter document haskell markdown markup pandoc presentation publishing
Created almost 16 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog Contributing Funding License Citation Security Authors Copyright

README.md

Pandoc

github
release hackage
release homebrew stackage LTS
package CI
tests license pandoc-discuss on google
groups

The universal markup converter

Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library.

It can convert from

- `bibtex` ([BibTeX](https://ctan.org/pkg/bibtex) bibliography) - `biblatex` ([BibLaTeX](https://ctan.org/pkg/biblatex) bibliography) - `bits` ([BITS](https://jats.nlm.nih.gov/extensions/bits/) XML, alias for `jats`) - `commonmark` ([CommonMark](https://commonmark.org) Markdown) - `commonmark_x` ([CommonMark](https://commonmark.org) Markdown with extensions) - `creole` ([Creole 1.0](http://www.wikicreole.org/wiki/Creole1.0)) - `csljson` ([CSL JSON](https://citeproc-js.readthedocs.io/en/latest/csl-json/markup.html) bibliography) - `csv` ([CSV](https://tools.ietf.org/html/rfc4180) table) - `tsv` ([TSV](https://www.iana.org/assignments/media-types/text/tab-separated-values) table) - `djot` ([Djot markup](https://djot.net)) - `docbook` ([DocBook](https://docbook.org)) - `docx` ([Word docx](https://en.wikipedia.org/wiki/Office_Open_XML)) - `dokuwiki` ([DokuWiki markup](https://www.dokuwiki.org/dokuwiki)) - `endnotexml` ([EndNote XML bibliography](https://support.clarivate.com/Endnote/s/article/EndNote-XML-Document-Type-Definition)) - `epub` ([EPUB](http://idpf.org/epub)) - `fb2` ([FictionBook2](http://www.fictionbook.org/index.php/Eng:XML_Schema_Fictionbook_2.1) e-book) - `gfm` ([GitHub-Flavored Markdown](https://help.github.com/articles/github-flavored-markdown/)), or the deprecated and less accurate `markdown_github`; use [`markdown_github`](https://pandoc.org/MANUAL.html#markdown-variants) only if you need extensions not supported in [`gfm`](https://pandoc.org/MANUAL.html#markdown-variants). - `haddock` ([Haddock markup](https://www.haskell.org/haddock/doc/html/ch03s08.html)) - `html` ([HTML](https://www.w3.org/html/)) - `ipynb` ([Jupyter notebook](https://nbformat.readthedocs.io/en/latest/)) - `jats` ([JATS](https://jats.nlm.nih.gov) XML) - `jira` ([Jira](https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=all)/Confluence wiki markup) - `json` (JSON version of native AST) - `latex` ([LaTeX](https://www.latex-project.org/)) - `markdown` ([Pandocs Markdown](https://pandoc.org/MANUAL.html#pandocs-markdown)) - `markdown_mmd` ([MultiMarkdown](https://fletcherpenney.net/multimarkdown/)) - `markdown_phpextra` ([PHP Markdown Extra](https://michelf.ca/projects/php-markdown/extra/)) - `markdown_strict` (original unextended [Markdown](https://daringfireball.net/projects/markdown/)) - `mediawiki` ([MediaWiki markup](https://www.mediawiki.org/wiki/Help:Formatting)) - `man` ([roff man](https://man.cx/groff_man(7))) - `mdoc` ([mdoc](https://mandoc.bsd.lv/man/mdoc.7.html) manual page markup) - `muse` ([Muse](https://amusewiki.org/library/manual)) - `native` (native Haskell) - `odt` ([OpenDocument text document](https://en.wikipedia.org/wiki/OpenDocument)) - `opml` ([OPML](http://dev.opml.org/spec2.html)) - `org` ([Emacs Org mode](https://orgmode.org)) - `pod` (Perls [Plain Old Documentation](https://perldoc.perl.org/perlpod)) - `ris` ([RIS](https://en.wikipedia.org/wiki/RIS_(file_format)) bibliography) - `rtf` ([Rich Text Format](https://en.wikipedia.org/wiki/Rich_Text_Format)) - `rst` ([reStructuredText](https://docutils.sourceforge.io/docs/ref/rst/introduction.html)) - `t2t` ([txt2tags](https://txt2tags.org)) - `textile` ([Textile](https://textile-lang.com)) - `tikiwiki` ([TikiWiki markup](https://doc.tiki.org/Wiki-Syntax-Text#The_Markup_Language_Wiki-Syntax)) - `twiki` ([TWiki markup](https://twiki.org/cgi-bin/view/TWiki/TextFormattingRules)) - `typst` ([typst](https://typst.app)) - `vimwiki` ([Vimwiki](https://vimwiki.github.io)) - the path of a custom Lua reader, see [Custom readers and writers](https://pandoc.org/MANUAL.html#custom-readers-and-writers) below

It can convert to

- `ansi` (text with [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code), for terminal viewing) - `asciidoc` (modern [AsciiDoc](https://asciidoc.org/) as interpreted by [AsciiDoctor](https://asciidoctor.org/)) - `asciidoc_legacy` ([AsciiDoc](https://asciidoc.org/) as interpreted by [`asciidoc-py`](https://github.com/asciidoc-py/asciidoc-py)). - `asciidoctor` (deprecated synonym for `asciidoc`) - `beamer` ([LaTeX beamer](https://ctan.org/pkg/beamer) slide show) - `bibtex` ([BibTeX](https://ctan.org/pkg/bibtex) bibliography) - `biblatex` ([BibLaTeX](https://ctan.org/pkg/biblatex) bibliography) - `chunkedhtml` (zip archive of multiple linked HTML files) - `commonmark` ([CommonMark](https://commonmark.org) Markdown) - `commonmark_x` ([CommonMark](https://commonmark.org) Markdown with extensions) - `context` ([ConTeXt](https://www.contextgarden.net/)) - `csljson` ([CSL JSON](https://citeproc-js.readthedocs.io/en/latest/csl-json/markup.html) bibliography) - `djot` ([Djot markup](https://djot.net)) - `docbook` or `docbook4` ([DocBook](https://docbook.org) 4) - `docbook5` (DocBook 5) - `docx` ([Word docx](https://en.wikipedia.org/wiki/Office_Open_XML)) - `dokuwiki` ([DokuWiki markup](https://www.dokuwiki.org/dokuwiki)) - `epub` or `epub3` ([EPUB](http://idpf.org/epub) v3 book) - `epub2` (EPUB v2) - `fb2` ([FictionBook2](http://www.fictionbook.org/index.php/Eng:XML_Schema_Fictionbook_2.1) e-book) - `gfm` ([GitHub-Flavored Markdown](https://help.github.com/articles/github-flavored-markdown/)), or the deprecated and less accurate `markdown_github`; use [`markdown_github`](https://pandoc.org/MANUAL.html#markdown-variants) only if you need extensions not supported in [`gfm`](https://pandoc.org/MANUAL.html#markdown-variants). - `haddock` ([Haddock markup](https://www.haskell.org/haddock/doc/html/ch03s08.html)) - `html` or `html5` ([HTML](https://www.w3.org/html/), i.e.[HTML5](https://html.spec.whatwg.org/)/XHTML [polyglot markup](https://www.w3.org/TR/html-polyglot/)) - `html4` ([XHTML](https://www.w3.org/TR/xhtml1/) 1.0 Transitional) - `icml` ([InDesign ICML](https://manualzz.com/doc/9627253/adobe-indesign-cs6-idml-cookbook)) - `ipynb` ([Jupyter notebook](https://nbformat.readthedocs.io/en/latest/)) - `jats_archiving` ([JATS](https://jats.nlm.nih.gov) XML, Archiving and Interchange Tag Set) - `jats_articleauthoring` ([JATS](https://jats.nlm.nih.gov) XML, Article Authoring Tag Set) - `jats_publishing` ([JATS](https://jats.nlm.nih.gov) XML, Journal Publishing Tag Set) - `jats` (alias for `jats_archiving`) - `jira` ([Jira](https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=all)/Confluence wiki markup) - `json` (JSON version of native AST) - `latex` ([LaTeX](https://www.latex-project.org/)) - `man` ([roff man](https://man.cx/groff_man(7))) - `markdown` ([Pandocs Markdown](https://pandoc.org/MANUAL.html#pandocs-markdown)) - `markdown_mmd` ([MultiMarkdown](https://fletcherpenney.net/multimarkdown/)) - `markdown_phpextra` ([PHP Markdown Extra](https://michelf.ca/projects/php-markdown/extra/)) - `markdown_strict` (original unextended [Markdown](https://daringfireball.net/projects/markdown/)) - `markua` ([Markua](https://leanpub.com/markua/read)) - `mediawiki` ([MediaWiki markup](https://www.mediawiki.org/wiki/Help:Formatting)) - `ms` ([roff ms](https://man.cx/groff_ms(7))) - `muse` ([Muse](https://amusewiki.org/library/manual)) - `native` (native Haskell) - `odt` ([OpenDocument text document](https://en.wikipedia.org/wiki/OpenDocument)) - `opml` ([OPML](http://dev.opml.org/spec2.html)) - `opendocument` ([OpenDocument XML](https://www.oasis-open.org/2021/06/16/opendocument-v1-3-oasis-standard-published/)) - `org` ([Emacs Org mode](https://orgmode.org)) - `pdf` ([PDF](https://www.adobe.com/pdf/)) - `plain` (plain text) - `pptx` ([PowerPoint](https://en.wikipedia.org/wiki/Microsoft_PowerPoint) slide show) - `rst` ([reStructuredText](https://docutils.sourceforge.io/docs/ref/rst/introduction.html)) - `rtf` ([Rich Text Format](https://en.wikipedia.org/wiki/Rich_Text_Format)) - `texinfo` ([GNU Texinfo](https://www.gnu.org/software/texinfo/)) - `textile` ([Textile](https://textile-lang.com)) - `slideous` ([Slideous](https://goessner.net/articles/slideous/) HTML and JavaScript slide show) - `slidy` ([Slidy](https://www.w3.org/Talks/Tools/Slidy2/) HTML and JavaScript slide show) - `dzslides` ([DZSlides](https://paulrouget.com/dzslides/) HTML5 + JavaScript slide show) - `revealjs` ([reveal.js](https://revealjs.com/) HTML5 + JavaScript slide show) - `s5` ([S5](https://meyerweb.com/eric/tools/s5/) HTML and JavaScript slide show) - `tei` ([TEI Simple](https://github.com/TEIC/TEI-Simple)) - `typst` ([typst](https://typst.app)) - `xwiki` ([XWiki markup](https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/XWikiSyntax/)) - `zimwiki` ([ZimWiki markup](https://zim-wiki.org/manual/Help/Wiki_Syntax.html)) - the path of a custom Lua writer, see [Custom readers and writers](https://pandoc.org/MANUAL.html#custom-readers-and-writers) below

Pandoc can also produce PDF output via LaTeX, Groff ms, or HTML.

Pandocs enhanced version of Markdown includes syntax for tables, definition lists, metadata blocks, footnotes, citations, math, and much more. See the Users Manual below under Pandocs Markdown.

Pandoc has a modular design: it consists of a set of readers, which parse text in a given format and produce a native representation of the document (an abstract syntax tree or AST), and a set of writers, which convert this native representation into a target format. Thus, adding an input or output format requires only adding a reader or writer. Users can also run custom pandoc filters to modify the intermediate AST (see the documentation for filters and Lua filters).

Because pandocs intermediate representation of a document is less expressive than many of the formats it converts between, one should not expect perfect conversions between every format and every other. Pandoc attempts to preserve the structural elements of a document, but not formatting details such as margin size. And some document elements, such as complex tables, may not fit into pandocs simple document model. While conversions from pandocs Markdown to all formats aspire to be perfect, conversions from formats more expressive than pandocs Markdown can be expected to be lossy.

Installing

Heres how to install pandoc.

Documentation

Pandocs website contains a full Users Guide. It is also available here as pandoc-flavored Markdown. The website also contains some examples of the use of pandoc and a limited online demo.

Contributing

Pull requests, bug reports, and feature requests are welcome. Please make sure to read the contributor guidelines before opening a new issue.

License

2006-2024 John MacFarlane (jgm@berkeley.edu). Released under the GPL, version 2 or greater. This software carries no warranty of any kind. (See COPYRIGHT for full copyright and warranty notices.)

Owner

  • Name: John MacFarlane
  • Login: jgm
  • Kind: user
  • Location: Berkeley, CA

Citation (CITATION.cff)

cff-version: 1.2.0
title: Pandoc
message: "If you use this software, please cite it as below."
type: software
url: "https://github.com/jgm/pandoc"
authors:
  - given-names: John
    family-names: MacFarlane
    email: jgm@berkeley.edu
    orcid: 'https://orcid.org/0000-0003-2557-9090'
  - given-names: Albert
    family-names: Krewinkel
    email: tarleb+github@moltkeplatz.de
    orcid: '0000-0002-9455-0796'
  - given-names: Jesse
    family-names: Rosenthal
    email: jrosenthal@jhu.edu

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 17,607
  • Total Committers: 586
  • Avg Commits per committer: 30.046
  • Development Distribution Score (DDS): 0.247
Past Year
  • Commits: 712
  • Committers: 49
  • Avg Commits per committer: 14.531
  • Development Distribution Score (DDS): 0.209
Top Committers
Name Email Commits
John MacFarlane j****m@b****u 13,250
Albert Krewinkel a****t@z****e 1,219
Jesse Rosenthal j****l@j****u 570
Alexander Krotov i****f@g****m 488
Mauro Bieg m****g@g****m 151
Matthew Pickering m****g@g****m 145
Andrew Dunning a****g@g****m 92
Nikolay Yakimov r****t@l****u 83
roktas r****s@7****b 68
Clare Macrae c****e@g****m 49
Kolen Cheung c****n@g****m 49
Evan Silberman e****n@j****t 36
Joseph C. Sible j****e 32
Edwin Török e****n@e****t 29
Yan Pas y****z@g****m 27
Vaclav Haisman v****n@g****m 23
Marc Schreiber s****h@o****e 23
Thomas Hodgson h****o@t****t 23
Emily Bourke u****e@p****m 23
Nathan Gass g****s@s****h 22
Brian Leung b****9@g****m 21
Fyodor Sheremetyev s****v@g****m 19
dependabot[bot] 4****] 17
Mark Wright g****h@g****g 16
Francesco Occhipinti f****i@g****m 16
Artyom Kazak y****m@a****e 15
paul.rivier p****l@g****m 14
Ian Max Andolina i****l 14
despresc c****s@g****m 13
Jan Tojnar j****r@g****m 13
and 556 more...

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 1,510
  • Total pull requests: 537
  • Average time to close issues: 7 months
  • Average time to close pull requests: about 2 months
  • Total issue authors: 962
  • Total pull request authors: 188
  • Average comments per issue: 4.85
  • Average comments per pull request: 2.7
  • Merged pull requests: 331
  • Bot issues: 0
  • Bot pull requests: 17
Past Year
  • Issues: 412
  • Pull requests: 230
  • Average time to close issues: 6 days
  • Average time to close pull requests: 6 days
  • Issue authors: 284
  • Pull request authors: 65
  • Average comments per issue: 1.72
  • Average comments per pull request: 1.69
  • Merged pull requests: 165
  • Bot issues: 0
  • Bot pull requests: 6
Top Authors
Issue Authors
  • jgm (59)
  • StephanMeijer (19)
  • wlupton (18)
  • cderv (17)
  • rnwst (16)
  • iandol (15)
  • tarleb (14)
  • castedo (13)
  • wenkokke (12)
  • TomBener (10)
  • jsx97 (9)
  • bpj (9)
  • cscheid (9)
  • rgaiacs (9)
  • CodeSandwich (9)
Pull Request Authors
  • tarleb (46)
  • silby (41)
  • jgm (27)
  • dependabot[bot] (17)
  • rnwst (16)
  • iandol (13)
  • cscheid (12)
  • twsh (11)
  • benz0li (9)
  • edwintorok (8)
  • gordonwoodhull (7)
  • TomBener (7)
  • StephanMeijer (6)
  • lawcho (6)
  • deining (6)
Top Labels
Issue Labels
bug (877) enhancement (359) reader (120) writer (117) format:LaTeX (60) format:Docx (54) format:Markdown (37) status:more-discussion-needed (30) format:HTML (26) lua-filters (25) status:more-info-needed (24) docs (17) format:RST (16) new:reader (14) new:writer (13) complexity:high (12) templates (11) format:Org-mode (11) good first issue (11) status:resolved? (8) out of scope? (8) format:ODT (8) AST change (6) format:Typst (6) citeproc (5) format:Mediawiki (5) format:AsciiDoc (4) format:DokuWiki (4) format:DocBook (4) format:EPUB (4)
Pull Request Labels
dependencies (17) format:LaTeX (8) writer (8) reader (6) templates (5) lua-filters (4) format:HTML (4) bug (4) enhancement (3) status:more-discussion-needed (2) new:reader (2) AST change (2) format:Typst (2) format:Docx (2) new:writer (1) format:Markdown (1) format:Org-mode (1) github_actions (1)

Packages

  • Total packages: 3
  • Total downloads:
    • nuget 34,813 total
  • Total dependent packages: 33
    (may contain duplicates)
  • Total dependent repositories: 2,452
    (may contain duplicates)
  • Total versions: 80
  • Total maintainers: 1
conda-forge.org: pandoc

Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library.

  • Homepage: http://pandoc.org/
  • License: GPL-2.0-or-later
  • Latest release: 2.19.2
    published over 3 years ago
  • Versions: 68
  • Dependent Packages: 31
  • Dependent Repositories: 1,217
Rankings
Dependent repos count: 0.6%
Stargazers count: 1.3%
Average: 1.5%
Forks count: 1.9%
Dependent packages count: 2.2%
Last synced: 6 months ago
nuget.org: pandoc.windows

This package is just a redistribution the awesome pandoc tool. See http://johnmacfarlane.net/pandoc/ for all the formats and options.

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 18
  • Downloads: 34,813 Total
Rankings
Stargazers count: 0.0%
Forks count: 0.1%
Dependent repos count: 1.6%
Average: 6.7%
Downloads: 10.9%
Dependent packages count: 20.7%
Maintainers (1)
Last synced: 6 months ago
anaconda.org: pandoc

Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library.

  • Homepage: https://pandoc.org/
  • License: GPL-2.0
  • Latest release: 2.10.1
    published over 5 years ago
  • Versions: 11
  • Dependent Packages: 2
  • Dependent Repositories: 1,217
Rankings
Stargazers count: 3.1%
Dependent repos count: 3.6%
Forks count: 5.7%
Average: 8.2%
Dependent packages count: 20.4%
Last synced: 6 months ago

Dependencies

.github/workflows/benchmark.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
.github/workflows/ci.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
.github/workflows/commit-validation.yml actions
  • actions/checkout v3 composite
.github/workflows/format-validation.yml actions
  • actions/checkout v3 composite
.github/workflows/lint.yml.bkp actions
  • actions/checkout v2 composite
.github/workflows/nightly.yml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
.github/workflows/release-candidate.yml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
pandoc-server/pandoc-server.cabal hackage
  • aeson >=2.0 && <2.2
  • base64 ==0.4.*
  • bytestring >=0.9 && <0.12
  • containers >=0.6.0.1 && <0.7
  • data-default >=0.4 && <0.8
  • doctemplates ==0.11.*
  • pandoc >=3.0
  • pandoc-types >=1.22.2 && <1.23
  • servant-server ==0.19.*
  • skylighting ==0.13.*
  • text >=1.1.1.0 && <2.1
  • unicode-collation >=0.1.1 && <0.2
  • wai ==3.2.*
  • wai-cors >=0.2.7 && <0.3
pandoc-lua-engine/pandoc-lua-engine.cabal hackage
  • SHA ==1.6.*
  • bytestring >=0.9 && <0.12
  • citeproc ==0.8.*
  • containers >=0.6.0.1 && <0.7
  • data-default >=0.4 && <0.8
  • doclayout ==0.4.*
  • doctemplates ==0.11.*
  • exceptions >=0.8 && <0.11
  • hslua >=2.2.1 && <2.3
  • hslua-aeson >=2.2.1 && <2.3
  • hslua-core >=2.2.1 && <2.3
  • hslua-module-doclayout >=1.0.4 && <1.1
  • hslua-module-path >=1.0.3 && <1.1
  • hslua-module-system ==1.0.*
  • hslua-module-text >=1.0.3 && <1.1
  • hslua-module-version >=1.0.3 && <1.1
  • hslua-module-zip >=1.0.0 && <1.1
  • lpeg >=1.0.1 && <1.1
  • mtl >=2.2 && <2.4
  • pandoc ==3.0.*
  • pandoc-lua-marshal ==0.2.*
  • pandoc-types >=1.22 && <1.24
  • parsec ==3.1.*
  • text >=1.1.1 && <2.1
  • bytestring * test
  • data-default * test
  • directory * test
  • exceptions >=0.8 && <0.11 test
  • filepath * test
  • hslua >=2.1 && <2.3 test
  • pandoc * test
  • pandoc-lua-engine * test
  • pandoc-types >=1.22 && <1.24 test
  • tasty * test
  • tasty-golden * test
  • tasty-hunit * test
  • tasty-lua ==1.0.* test
  • text >=1.1.1 && <2.1 test
pandoc.cabal hackage
  • bytestring * benchmark
  • deepseq * benchmark
  • mtl >=2.2 && <2.4 benchmark
  • tasty-bench >=0.2 && <=0.4 benchmark
  • text >=1.1.1.0 && <2.1 benchmark
  • Glob >=0.7 && <0.11
  • JuicyPixels >=3.1.6.1 && <3.4
  • SHA ==1.6.*
  • aeson >=2.0.1.0 && <2.2
  • aeson-pretty >=0.8.9 && <0.9
  • array ==0.5.*
  • attoparsec >=0.12 && <0.15
  • base64 ==0.4.*
  • binary >=0.7 && <0.11
  • blaze-html ==0.9.*
  • blaze-markup ==0.8.*
  • bytestring >=0.9 && <0.12
  • case-insensitive ==1.2.*
  • citeproc >=0.8.0.2 && <0.9
  • commonmark >=0.2.2 && <0.3
  • commonmark-extensions >=0.2.3.3 && <0.3
  • commonmark-pandoc >=0.2.1.2 && <0.3
  • connection >=0.3.1
  • containers >=0.6.0.1 && <0.7
  • data-default >=0.4 && <0.8
  • deepseq >=1.3 && <1.5
  • directory >=1.2.3 && <1.4
  • doclayout ==0.4.*
  • doctemplates ==0.11.*
  • emojis ==0.1.*
  • exceptions >=0.8 && <0.11
  • file-embed ==0.0.*
  • filepath >=1.1 && <1.5
  • gridtables ==0.1.*
  • haddock-library >=1.10 && <1.12
  • http-client >=0.4.30 && <0.8
  • http-client-tls >=0.2.4 && <0.4
  • http-types >=0.8 && <0.13
  • ipynb ==0.2.*
  • jira-wiki-markup ==1.5.*
  • mime-types >=0.1.1 && <0.2
  • mtl >=2.2 && <2.4
  • network >=2.6
  • network-uri >=2.6 && <2.8
  • pandoc-types ==1.23.*
  • parsec ==3.1.*
  • pretty ==1.1.*
  • pretty-show ==1.10.*
  • process >=1.2.3 && <1.7
  • random >=1 && <1.3
  • safe >=0.3.18 && <0.4
  • scientific ==0.3.*
  • skylighting >=0.13.2 && <0.14
  • skylighting-core >=0.13.2 && <0.14
  • split ==0.2.*
  • syb >=0.1 && <0.8
  • tagsoup >=0.14.6 && <0.15
  • temporary >=1.1 && <1.4
  • texmath >=0.12.5.4 && <0.12.6
  • text >=1.1.1.0 && <2.1
  • text-conversions ==0.3.*
  • time >=1.5 && <1.14
  • unicode-collation >=0.1.1 && <0.2
  • unicode-transforms >=0.3 && <0.5
  • unix >=2.4 && <2.9
  • xml >=1.3.12 && <1.4
  • xml-conduit >=1.9.1.1 && <1.10
  • xml-light *
  • xml-types ==0.3.*
  • yaml ==0.11.*
  • zip-archive >=0.2.3.4 && <0.5
  • zlib >=0.5 && <0.7
  • Diff >=0.2 && <0.5 test
  • Glob >=0.7 && <0.11 test
  • bytestring >=0.9 && <0.12 test
  • containers >=0.4.2.1 && <0.7 test
  • directory >=1.2.3 && <1.4 test
  • doctemplates ==0.11.* test
  • filepath >=1.1 && <1.5 test
  • mtl >=2.2 && <2.4 test
  • pandoc * test
  • pandoc-types ==1.23.* test
  • process >=1.2.3 && <1.7 test
  • tasty >=0.11 && <1.5 test
  • tasty-golden ==2.3.* test
  • tasty-hunit >=0.9 && <0.11 test
  • tasty-quickcheck >=0.8 && <0.11 test
  • text >=1.1.1.0 && <2.1 test
  • time >=1.5 && <1.14 test
  • xml >=1.3.12 && <1.4 test
  • zip-archive >=0.2.3.4 && <0.5 test
pandoc-cli/pandoc-cli.cabal hackage
  • hslua-cli ==1.2.*
  • pandoc >=3.0
  • pandoc-lua-engine ==0.1.*
  • pandoc-server ==0.1.*
  • safe *
  • template-haskell *
  • text *
  • time *
  • wai-extra >=3.0.24
  • warp *