diff options
| author | John MacFarlane <[email protected]> | 2024-02-14 22:44:39 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-02-14 22:44:39 -0800 |
| commit | 392815c2ab42016bb8100206da5f02f5950c7b69 (patch) | |
| tree | 395bbf5a7585f0a0d599f2450b8b50dd0f187699 | |
| parent | 06194fefec09fc12f42e224ffb49c0d4b6834a01 (diff) | |
Regenerate README.md.
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,8 @@ package](https://stackage.org/package/pandoc/badge/lts)](https://www.stackage.or [](https://github.com/jgm/pandoc/actions) [](https://www.gnu.org/licenses/gpl.html) +[](https://groups.google.com/forum/#!forum/pandoc-discuss) ## The universal markup converter @@ -41,6 +43,7 @@ It can convert *from* - `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)) @@ -124,6 +127,7 @@ It can convert *to* - `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)) |
