diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-12-17 21:08:48 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-12-17 21:08:48 -0800 |
commit | a70e62f0ac2c4f121f744466eefab267650b57e7 (patch) | |
tree | 82a58213f1b16c43906b9f52e4ad25b7ea803ec8 | |
parent | 96c80b156d6b1f6843a7f6594c930f0cd4748566 (diff) | |
download | pandoc-a70e62f0ac2c4f121f744466eefab267650b57e7.tar.gz |
Add Jira to list of input formats in cabal description.
-rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 432b81eb3..150f14319 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -18,8 +18,8 @@ description: Pandoc is a Haskell library for converting from one markup this library. It can read several dialects of Markdown and (subsets of) HTML, reStructuredText, LaTeX, DocBook, JATS, MediaWiki markup, DokuWiki markup, TWiki markup, - TikiWiki markup, Creole 1.0, Haddock markup, OPML, - Emacs Org-Mode, Emacs Muse, txt2tags, ipynb (Jupyter + TikiWiki markup, Jira markup, Creole 1.0, Haddock markup, + OPML, Emacs Org-Mode, Emacs Muse, txt2tags, ipynb (Jupyter notebooks), Vimwiki, Word Docx, ODT, EPUB, FictionBook2, roff man, and Textile, and it can write Markdown, reStructuredText, XHTML, HTML 5, LaTeX, ConTeXt, DocBook, |