Regenerate README.md
This commit is contained in:
parent
a14e7b0c6d
commit
c777fa347a
1 changed files with 169 additions and 166 deletions
335
README.md
335
README.md
|
@ -26,74 +26,77 @@ library. It can convert *from*
|
||||||
|
|
||||||
<div id="input-formats">
|
<div id="input-formats">
|
||||||
|
|
||||||
- `bibtex` ([BibTeX](https://ctan.org/pkg/bibtex) bibliography)
|
- `bibtex` ([BibTeX](https://ctan.org/pkg/bibtex) bibliography)
|
||||||
- `biblatex` ([BibLaTeX](https://ctan.org/pkg/biblatex) bibliography)
|
- `biblatex` ([BibLaTeX](https://ctan.org/pkg/biblatex) bibliography)
|
||||||
- `commonmark` ([CommonMark](https://commonmark.org) Markdown)
|
- `commonmark` ([CommonMark](https://commonmark.org) Markdown)
|
||||||
- `commonmark_x` ([CommonMark](https://commonmark.org) Markdown with
|
- `commonmark_x` ([CommonMark](https://commonmark.org) Markdown with
|
||||||
extensions)
|
extensions)
|
||||||
- `creole` ([Creole 1.0](http://www.wikicreole.org/wiki/Creole1.0))
|
- `creole` ([Creole 1.0](http://www.wikicreole.org/wiki/Creole1.0))
|
||||||
- `csljson` ([CSL
|
- `csljson` ([CSL
|
||||||
JSON](https://citeproc-js.readthedocs.io/en/latest/csl-json/markup.html)
|
JSON](https://citeproc-js.readthedocs.io/en/latest/csl-json/markup.html)
|
||||||
bibliography)
|
bibliography)
|
||||||
- `csv` ([CSV](https://tools.ietf.org/html/rfc4180) table)
|
- `csv` ([CSV](https://tools.ietf.org/html/rfc4180) table)
|
||||||
- `docbook` ([DocBook](https://docbook.org))
|
- `tsv`
|
||||||
- `docx` ([Word docx](https://en.wikipedia.org/wiki/Office_Open_XML))
|
([TSV](https://www.iana.org/assignments/media-types/text/tab-separated-values)
|
||||||
- `dokuwiki` ([DokuWiki markup](https://www.dokuwiki.org/dokuwiki))
|
table)
|
||||||
- `endnotexml` ([EndNote XML
|
- `docbook` ([DocBook](https://docbook.org))
|
||||||
bibliography](https://support.clarivate.com/Endnote/s/article/EndNote-XML-Document-Type-Definition))
|
- `docx` ([Word docx](https://en.wikipedia.org/wiki/Office_Open_XML))
|
||||||
- `epub` ([EPUB](http://idpf.org/epub))
|
- `dokuwiki` ([DokuWiki markup](https://www.dokuwiki.org/dokuwiki))
|
||||||
- `fb2`
|
- `endnotexml` ([EndNote XML
|
||||||
([FictionBook2](http://www.fictionbook.org/index.php/Eng:XML_Schema_Fictionbook_2.1)
|
bibliography](https://support.clarivate.com/Endnote/s/article/EndNote-XML-Document-Type-Definition))
|
||||||
e-book)
|
- `epub` ([EPUB](http://idpf.org/epub))
|
||||||
- `gfm` ([GitHub-Flavored
|
- `fb2`
|
||||||
Markdown](https://help.github.com/articles/github-flavored-markdown/)),
|
([FictionBook2](http://www.fictionbook.org/index.php/Eng:XML_Schema_Fictionbook_2.1)
|
||||||
or the deprecated and less accurate `markdown_github`; use
|
e-book)
|
||||||
[`markdown_github`](https://pandoc.org/MANUAL.html#markdown-variants)
|
- `gfm` ([GitHub-Flavored
|
||||||
only if you need extensions not supported in
|
Markdown](https://help.github.com/articles/github-flavored-markdown/)),
|
||||||
[`gfm`](https://pandoc.org/MANUAL.html#markdown-variants).
|
or the deprecated and less accurate `markdown_github`; use
|
||||||
- `haddock` ([Haddock
|
[`markdown_github`](https://pandoc.org/MANUAL.html#markdown-variants)
|
||||||
markup](https://www.haskell.org/haddock/doc/html/ch03s08.html))
|
only if you need extensions not supported in
|
||||||
- `html` ([HTML](https://www.w3.org/html/))
|
[`gfm`](https://pandoc.org/MANUAL.html#markdown-variants).
|
||||||
- `ipynb` ([Jupyter
|
- `haddock` ([Haddock
|
||||||
notebook](https://nbformat.readthedocs.io/en/latest/))
|
markup](https://www.haskell.org/haddock/doc/html/ch03s08.html))
|
||||||
- `jats` ([JATS](https://jats.nlm.nih.gov) XML)
|
- `html` ([HTML](https://www.w3.org/html/))
|
||||||
- `jira`
|
- `ipynb` ([Jupyter
|
||||||
([Jira](https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=all)/Confluence
|
notebook](https://nbformat.readthedocs.io/en/latest/))
|
||||||
wiki markup)
|
- `jats` ([JATS](https://jats.nlm.nih.gov) XML)
|
||||||
- `json` (JSON version of native AST)
|
- `jira`
|
||||||
- `latex` ([LaTeX](https://www.latex-project.org/))
|
([Jira](https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=all)/Confluence
|
||||||
- `markdown` ([Pandoc’s
|
wiki markup)
|
||||||
Markdown](https://pandoc.org/MANUAL.html#pandocs-markdown))
|
- `json` (JSON version of native AST)
|
||||||
- `markdown_mmd`
|
- `latex` ([LaTeX](https://www.latex-project.org/))
|
||||||
([MultiMarkdown](https://fletcherpenney.net/multimarkdown/))
|
- `markdown` ([Pandoc’s
|
||||||
- `markdown_phpextra` ([PHP Markdown
|
Markdown](https://pandoc.org/MANUAL.html#pandocs-markdown))
|
||||||
Extra](https://michelf.ca/projects/php-markdown/extra/))
|
- `markdown_mmd`
|
||||||
- `markdown_strict` (original unextended
|
([MultiMarkdown](https://fletcherpenney.net/multimarkdown/))
|
||||||
[Markdown](https://daringfireball.net/projects/markdown/))
|
- `markdown_phpextra` ([PHP Markdown
|
||||||
- `mediawiki` ([MediaWiki
|
Extra](https://michelf.ca/projects/php-markdown/extra/))
|
||||||
markup](https://www.mediawiki.org/wiki/Help:Formatting))
|
- `markdown_strict` (original unextended
|
||||||
- `man` ([roff man](https://man.cx/groff_man(7)))
|
[Markdown](https://daringfireball.net/projects/markdown/))
|
||||||
- `muse` ([Muse](https://amusewiki.org/library/manual))
|
- `mediawiki` ([MediaWiki
|
||||||
- `native` (native Haskell)
|
markup](https://www.mediawiki.org/wiki/Help:Formatting))
|
||||||
- `odt` ([ODT](https://en.wikipedia.org/wiki/OpenDocument))
|
- `man` ([roff man](https://man.cx/groff_man(7)))
|
||||||
- `opml` ([OPML](http://dev.opml.org/spec2.html))
|
- `muse` ([Muse](https://amusewiki.org/library/manual))
|
||||||
- `org` ([Emacs Org mode](https://orgmode.org))
|
- `native` (native Haskell)
|
||||||
- `ris` ([RIS](https://en.wikipedia.org/wiki/RIS_(file_format))
|
- `odt` ([ODT](https://en.wikipedia.org/wiki/OpenDocument))
|
||||||
bibliography)
|
- `opml` ([OPML](http://dev.opml.org/spec2.html))
|
||||||
- `rtf` ([Rich Text
|
- `org` ([Emacs Org mode](https://orgmode.org))
|
||||||
Format](https://en.wikipedia.org/wiki/Rich_Text_Format))
|
- `ris` ([RIS](https://en.wikipedia.org/wiki/RIS_(file_format))
|
||||||
- `rst`
|
bibliography)
|
||||||
([reStructuredText](https://docutils.sourceforge.io/docs/ref/rst/introduction.html))
|
- `rtf` ([Rich Text
|
||||||
- `t2t` ([txt2tags](https://txt2tags.org))
|
Format](https://en.wikipedia.org/wiki/Rich_Text_Format))
|
||||||
- `textile` ([Textile](https://www.promptworks.com/textile))
|
- `rst`
|
||||||
- `tikiwiki` ([TikiWiki
|
([reStructuredText](https://docutils.sourceforge.io/docs/ref/rst/introduction.html))
|
||||||
markup](https://doc.tiki.org/Wiki-Syntax-Text#The_Markup_Language_Wiki-Syntax))
|
- `t2t` ([txt2tags](https://txt2tags.org))
|
||||||
- `twiki` ([TWiki
|
- `textile` ([Textile](https://www.promptworks.com/textile))
|
||||||
markup](https://twiki.org/cgi-bin/view/TWiki/TextFormattingRules))
|
- `tikiwiki` ([TikiWiki
|
||||||
- `vimwiki` ([Vimwiki](https://vimwiki.github.io))
|
markup](https://doc.tiki.org/Wiki-Syntax-Text#The_Markup_Language_Wiki-Syntax))
|
||||||
- the path of a custom Lua reader, see [Custom readers and
|
- `twiki` ([TWiki
|
||||||
writers](https://pandoc.org/MANUAL.html#custom-readers-and-writers)
|
markup](https://twiki.org/cgi-bin/view/TWiki/TextFormattingRules))
|
||||||
below
|
- `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
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -101,104 +104,104 @@ It can convert *to*
|
||||||
|
|
||||||
<div id="output-formats">
|
<div id="output-formats">
|
||||||
|
|
||||||
- `asciidoc` ([AsciiDoc](https://www.methods.co.nz/asciidoc/)) or
|
- `asciidoc` ([AsciiDoc](https://www.methods.co.nz/asciidoc/)) or
|
||||||
`asciidoctor` ([AsciiDoctor](https://asciidoctor.org/))
|
`asciidoctor` ([AsciiDoctor](https://asciidoctor.org/))
|
||||||
- `beamer` ([LaTeX beamer](https://ctan.org/pkg/beamer) slide show)
|
- `beamer` ([LaTeX beamer](https://ctan.org/pkg/beamer) slide show)
|
||||||
- `bibtex` ([BibTeX](https://ctan.org/pkg/bibtex) bibliography)
|
- `bibtex` ([BibTeX](https://ctan.org/pkg/bibtex) bibliography)
|
||||||
- `biblatex` ([BibLaTeX](https://ctan.org/pkg/biblatex) bibliography)
|
- `biblatex` ([BibLaTeX](https://ctan.org/pkg/biblatex) bibliography)
|
||||||
- `commonmark` ([CommonMark](https://commonmark.org) Markdown)
|
- `commonmark` ([CommonMark](https://commonmark.org) Markdown)
|
||||||
- `commonmark_x` ([CommonMark](https://commonmark.org) Markdown with
|
- `commonmark_x` ([CommonMark](https://commonmark.org) Markdown with
|
||||||
extensions)
|
extensions)
|
||||||
- `context` ([ConTeXt](https://www.contextgarden.net/))
|
- `context` ([ConTeXt](https://www.contextgarden.net/))
|
||||||
- `csljson` ([CSL
|
- `csljson` ([CSL
|
||||||
JSON](https://citeproc-js.readthedocs.io/en/latest/csl-json/markup.html)
|
JSON](https://citeproc-js.readthedocs.io/en/latest/csl-json/markup.html)
|
||||||
bibliography)
|
bibliography)
|
||||||
- `docbook` or `docbook4` ([DocBook](https://docbook.org) 4)
|
- `docbook` or `docbook4` ([DocBook](https://docbook.org) 4)
|
||||||
- `docbook5` (DocBook 5)
|
- `docbook5` (DocBook 5)
|
||||||
- `docx` ([Word docx](https://en.wikipedia.org/wiki/Office_Open_XML))
|
- `docx` ([Word docx](https://en.wikipedia.org/wiki/Office_Open_XML))
|
||||||
- `dokuwiki` ([DokuWiki markup](https://www.dokuwiki.org/dokuwiki))
|
- `dokuwiki` ([DokuWiki markup](https://www.dokuwiki.org/dokuwiki))
|
||||||
- `epub` or `epub3` ([EPUB](http://idpf.org/epub) v3 book)
|
- `epub` or `epub3` ([EPUB](http://idpf.org/epub) v3 book)
|
||||||
- `epub2` (EPUB v2)
|
- `epub2` (EPUB v2)
|
||||||
- `fb2`
|
- `fb2`
|
||||||
([FictionBook2](http://www.fictionbook.org/index.php/Eng:XML_Schema_Fictionbook_2.1)
|
([FictionBook2](http://www.fictionbook.org/index.php/Eng:XML_Schema_Fictionbook_2.1)
|
||||||
e-book)
|
e-book)
|
||||||
- `gfm` ([GitHub-Flavored
|
- `gfm` ([GitHub-Flavored
|
||||||
Markdown](https://help.github.com/articles/github-flavored-markdown/)),
|
Markdown](https://help.github.com/articles/github-flavored-markdown/)),
|
||||||
or the deprecated and less accurate `markdown_github`; use
|
or the deprecated and less accurate `markdown_github`; use
|
||||||
[`markdown_github`](https://pandoc.org/MANUAL.html#markdown-variants)
|
[`markdown_github`](https://pandoc.org/MANUAL.html#markdown-variants)
|
||||||
only if you need extensions not supported in
|
only if you need extensions not supported in
|
||||||
[`gfm`](https://pandoc.org/MANUAL.html#markdown-variants).
|
[`gfm`](https://pandoc.org/MANUAL.html#markdown-variants).
|
||||||
- `haddock` ([Haddock
|
- `haddock` ([Haddock
|
||||||
markup](https://www.haskell.org/haddock/doc/html/ch03s08.html))
|
markup](https://www.haskell.org/haddock/doc/html/ch03s08.html))
|
||||||
- `html` or `html5` ([HTML](https://www.w3.org/html/),
|
- `html` or `html5` ([HTML](https://www.w3.org/html/),
|
||||||
i.e. [HTML5](https://html.spec.whatwg.org/)/XHTML [polyglot
|
i.e. [HTML5](https://html.spec.whatwg.org/)/XHTML [polyglot
|
||||||
markup](https://www.w3.org/TR/html-polyglot/))
|
markup](https://www.w3.org/TR/html-polyglot/))
|
||||||
- `html4` ([XHTML](https://www.w3.org/TR/xhtml1/) 1.0 Transitional)
|
- `html4` ([XHTML](https://www.w3.org/TR/xhtml1/) 1.0 Transitional)
|
||||||
- `icml` ([InDesign
|
- `icml` ([InDesign
|
||||||
ICML](https://wwwimages.adobe.com/www.adobe.com/content/dam/acom/en/devnet/indesign/sdk/cs6/idml/idml-cookbook.pdf))
|
ICML](https://wwwimages.adobe.com/www.adobe.com/content/dam/acom/en/devnet/indesign/sdk/cs6/idml/idml-cookbook.pdf))
|
||||||
- `ipynb` ([Jupyter
|
- `ipynb` ([Jupyter
|
||||||
notebook](https://nbformat.readthedocs.io/en/latest/))
|
notebook](https://nbformat.readthedocs.io/en/latest/))
|
||||||
- `jats_archiving` ([JATS](https://jats.nlm.nih.gov) XML, Archiving
|
- `jats_archiving` ([JATS](https://jats.nlm.nih.gov) XML, Archiving and
|
||||||
and Interchange Tag Set)
|
Interchange Tag Set)
|
||||||
- `jats_articleauthoring` ([JATS](https://jats.nlm.nih.gov) XML,
|
- `jats_articleauthoring` ([JATS](https://jats.nlm.nih.gov) XML, Article
|
||||||
Article Authoring Tag Set)
|
Authoring Tag Set)
|
||||||
- `jats_publishing` ([JATS](https://jats.nlm.nih.gov) XML, Journal
|
- `jats_publishing` ([JATS](https://jats.nlm.nih.gov) XML, Journal
|
||||||
Publishing Tag Set)
|
Publishing Tag Set)
|
||||||
- `jats` (alias for `jats_archiving`)
|
- `jats` (alias for `jats_archiving`)
|
||||||
- `jira`
|
- `jira`
|
||||||
([Jira](https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=all)/Confluence
|
([Jira](https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=all)/Confluence
|
||||||
wiki markup)
|
wiki markup)
|
||||||
- `json` (JSON version of native AST)
|
- `json` (JSON version of native AST)
|
||||||
- `latex` ([LaTeX](https://www.latex-project.org/))
|
- `latex` ([LaTeX](https://www.latex-project.org/))
|
||||||
- `man` ([roff man](https://man.cx/groff_man(7)))
|
- `man` ([roff man](https://man.cx/groff_man(7)))
|
||||||
- `markdown` ([Pandoc’s
|
- `markdown` ([Pandoc’s
|
||||||
Markdown](https://pandoc.org/MANUAL.html#pandocs-markdown))
|
Markdown](https://pandoc.org/MANUAL.html#pandocs-markdown))
|
||||||
- `markdown_mmd`
|
- `markdown_mmd`
|
||||||
([MultiMarkdown](https://fletcherpenney.net/multimarkdown/))
|
([MultiMarkdown](https://fletcherpenney.net/multimarkdown/))
|
||||||
- `markdown_phpextra` ([PHP Markdown
|
- `markdown_phpextra` ([PHP Markdown
|
||||||
Extra](https://michelf.ca/projects/php-markdown/extra/))
|
Extra](https://michelf.ca/projects/php-markdown/extra/))
|
||||||
- `markdown_strict` (original unextended
|
- `markdown_strict` (original unextended
|
||||||
[Markdown](https://daringfireball.net/projects/markdown/))
|
[Markdown](https://daringfireball.net/projects/markdown/))
|
||||||
- `markua` ([Markua](https://leanpub.com/markua/read))
|
- `markua` ([Markua](https://leanpub.com/markua/read))
|
||||||
- `mediawiki` ([MediaWiki
|
- `mediawiki` ([MediaWiki
|
||||||
markup](https://www.mediawiki.org/wiki/Help:Formatting))
|
markup](https://www.mediawiki.org/wiki/Help:Formatting))
|
||||||
- `ms` ([roff ms](https://man.cx/groff_ms(7)))
|
- `ms` ([roff ms](https://man.cx/groff_ms(7)))
|
||||||
- `muse` ([Muse](https://amusewiki.org/library/manual)),
|
- `muse` ([Muse](https://amusewiki.org/library/manual))
|
||||||
- `native` (native Haskell),
|
- `native` (native Haskell)
|
||||||
- `odt` ([OpenOffice text
|
- `odt` ([OpenOffice text
|
||||||
document](https://en.wikipedia.org/wiki/OpenDocument))
|
document](https://en.wikipedia.org/wiki/OpenDocument))
|
||||||
- `opml` ([OPML](http://dev.opml.org/spec2.html))
|
- `opml` ([OPML](http://dev.opml.org/spec2.html))
|
||||||
- `opendocument` ([OpenDocument](http://opendocument.xml.org))
|
- `opendocument` ([OpenDocument](http://opendocument.xml.org))
|
||||||
- `org` ([Emacs Org mode](https://orgmode.org))
|
- `org` ([Emacs Org mode](https://orgmode.org))
|
||||||
- `pdf` ([PDF](https://www.adobe.com/pdf/))
|
- `pdf` ([PDF](https://www.adobe.com/pdf/))
|
||||||
- `plain` (plain text),
|
- `plain` (plain text)
|
||||||
- `pptx`
|
- `pptx`
|
||||||
([PowerPoint](https://en.wikipedia.org/wiki/Microsoft_PowerPoint)
|
([PowerPoint](https://en.wikipedia.org/wiki/Microsoft_PowerPoint)
|
||||||
slide show)
|
slide show)
|
||||||
- `rst`
|
- `rst`
|
||||||
([reStructuredText](https://docutils.sourceforge.io/docs/ref/rst/introduction.html))
|
([reStructuredText](https://docutils.sourceforge.io/docs/ref/rst/introduction.html))
|
||||||
- `rtf` ([Rich Text
|
- `rtf` ([Rich Text
|
||||||
Format](https://en.wikipedia.org/wiki/Rich_Text_Format))
|
Format](https://en.wikipedia.org/wiki/Rich_Text_Format))
|
||||||
- `texinfo` ([GNU Texinfo](https://www.gnu.org/software/texinfo/))
|
- `texinfo` ([GNU Texinfo](https://www.gnu.org/software/texinfo/))
|
||||||
- `textile` ([Textile](https://www.promptworks.com/textile))
|
- `textile` ([Textile](https://www.promptworks.com/textile))
|
||||||
- `slideous` ([Slideous](https://goessner.net/articles/slideous/) HTML
|
- `slideous` ([Slideous](https://goessner.net/articles/slideous/) HTML
|
||||||
and JavaScript slide show)
|
and JavaScript slide show)
|
||||||
- `slidy` ([Slidy](https://www.w3.org/Talks/Tools/Slidy2/) HTML and
|
- `slidy` ([Slidy](https://www.w3.org/Talks/Tools/Slidy2/) HTML and
|
||||||
JavaScript slide show)
|
JavaScript slide show)
|
||||||
- `dzslides` ([DZSlides](https://paulrouget.com/dzslides/) HTML5 +
|
- `dzslides` ([DZSlides](https://paulrouget.com/dzslides/) HTML5 +
|
||||||
JavaScript slide show),
|
JavaScript slide show)
|
||||||
- `revealjs` ([reveal.js](https://revealjs.com/) HTML5 + JavaScript
|
- `revealjs` ([reveal.js](https://revealjs.com/) HTML5 + JavaScript
|
||||||
slide show)
|
slide show)
|
||||||
- `s5` ([S5](https://meyerweb.com/eric/tools/s5/) HTML and JavaScript
|
- `s5` ([S5](https://meyerweb.com/eric/tools/s5/) HTML and JavaScript
|
||||||
slide show)
|
slide show)
|
||||||
- `tei` ([TEI Simple](https://github.com/TEIC/TEI-Simple))
|
- `tei` ([TEI Simple](https://github.com/TEIC/TEI-Simple))
|
||||||
- `xwiki` ([XWiki
|
- `xwiki` ([XWiki
|
||||||
markup](https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/XWikiSyntax/))
|
markup](https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/XWikiSyntax/))
|
||||||
- `zimwiki` ([ZimWiki
|
- `zimwiki` ([ZimWiki
|
||||||
markup](https://zim-wiki.org/manual/Help/Wiki_Syntax.html))
|
markup](https://zim-wiki.org/manual/Help/Wiki_Syntax.html))
|
||||||
- the path of a custom Lua writer, see [Custom readers and
|
- the path of a custom Lua writer, see [Custom readers and
|
||||||
writers](https://pandoc.org/MANUAL.html#custom-readers-and-writers)
|
writers](https://pandoc.org/MANUAL.html#custom-readers-and-writers)
|
||||||
below
|
below
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue