Regenerate README.md
This commit is contained in:
parent
a14e7b0c6d
commit
c777fa347a
1 changed files with 169 additions and 166 deletions
19
README.md
19
README.md
|
@ -36,6 +36,9 @@ library. It can convert *from*
|
||||||
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)
|
||||||
|
- `tsv`
|
||||||
|
([TSV](https://www.iana.org/assignments/media-types/text/tab-separated-values)
|
||||||
|
table)
|
||||||
- `docbook` ([DocBook](https://docbook.org))
|
- `docbook` ([DocBook](https://docbook.org))
|
||||||
- `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))
|
||||||
|
@ -138,10 +141,10 @@ It can convert *to*
|
||||||
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`)
|
||||||
|
@ -163,15 +166,15 @@ It can convert *to*
|
||||||
- `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)
|
||||||
|
@ -186,7 +189,7 @@ It can convert *to*
|
||||||
- `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
|
||||||
|
|
Loading…
Reference in a new issue