diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2019-06-06 08:01:57 +0200 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2019-06-06 08:09:42 +0200 |
commit | 20503894f39a1426c8623f604b98e88e93a16235 (patch) | |
tree | 445114ce8b76f014913281e6c10ac3ffa52a3220 | |
parent | 1c368574651c7584439290181564e5d449e894b3 (diff) | |
download | pandoc-20503894f39a1426c8623f604b98e88e93a16235.tar.gz |
MANUAL.txt, pandoc.cabal: mention Jira as possible target format
-rw-r--r-- | MANUAL.txt | 6 | ||||
-rw-r--r-- | pandoc.cabal | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 7d5bb799f..4594c1127 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -300,6 +300,7 @@ General options {.options} - `icml` ([InDesign ICML]) - `ipynb` ([Jupyter notebook]) - `jats` ([JATS] XML) + - `jira` ([Jira] wiki markup) - `json` (JSON version of native AST) - `latex` ([LaTeX]) - `man` ([roff man]) @@ -442,6 +443,7 @@ General options {.options} [Rich Text Format]: http://en.wikipedia.org/wiki/Rich_Text_Format [DocBook]: http://docbook.org [JATS]: https://jats.nlm.nih.gov +[Jira]: https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=all [txt2tags]: http://txt2tags.org [EPUB]: http://idpf.org/epub [OPML]: http://dev.opml.org/spec2.html @@ -2429,7 +2431,7 @@ Note that although this syntax allows assignment of classes and key/value attributes, writers generally don't use all of this information. Identifiers, classes, and key/value attributes are used in HTML and HTML-based formats such as EPUB and slidy. Identifiers are used for labels and link anchors in the -LaTeX, ConTeXt, Textile, and AsciiDoc writers. +LaTeX, ConTeXt, Textile, Jira markup, and AsciiDoc writers. Headings with the class `unnumbered` will not be numbered, even if `--number-sections` is specified. A single hyphen (`-`) in an attribute @@ -3586,7 +3588,7 @@ AsciiDoc Texinfo ~ It will be rendered inside a `@math` command. -roff man +roff man, Jira markup ~ It will be rendered verbatim without `$`'s. MediaWiki, DokuWiki diff --git a/pandoc.cabal b/pandoc.cabal index 807905381..b3643784e 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -25,7 +25,7 @@ description: Pandoc is a Haskell library for converting from one markup reStructuredText, XHTML, HTML 5, LaTeX, ConTeXt, DocBook, JATS, OPML, TEI, OpenDocument, ODT, Word docx, PowerPoint pptx, RTF, MediaWiki, DokuWiki, XWiki, - ZimWiki, Textile, roff man, roff ms, plain text, + ZimWiki, Textile, Jira, roff man, roff ms, plain text, Emacs Org-Mode, AsciiDoc, Haddock markup, EPUB (v2 and v3), ipynb, FictionBook2, InDesign ICML, Muse, LaTeX beamer slides, |