diff options
| author | John MacFarlane <[email protected]> | 2022-01-12 15:11:51 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-01-12 15:11:51 -0800 |
| commit | 1df35aa938b003ad00d4187ab8a68ab7f6191ed7 (patch) | |
| tree | b788e384747f9e5cf9d37982ce858f6e4cb8dd6a | |
| parent | 913ee3bd4ca4ae25d950686291841206bf3bec3e (diff) | |
Update README.md.
| -rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -87,6 +87,9 @@ library. It can convert *from* - `twiki` ([TWiki markup](https://twiki.org/cgi-bin/view/TWiki/TextFormattingRules)) - `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> @@ -152,6 +155,7 @@ It can convert *to* Extra](https://michelf.ca/projects/php-markdown/extra/)) - `markdown_strict` (original unextended [Markdown](https://daringfireball.net/projects/markdown/)) +- `markua` ([Markua](https://leanpub.com/markua/read)) - `mediawiki` ([MediaWiki markup](https://www.mediawiki.org/wiki/Help:Formatting)) - `ms` ([roff ms](https://man.cx/groff_ms(7))) @@ -188,8 +192,9 @@ It can convert *to* markup](https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/XWikiSyntax/)) - `zimwiki` ([ZimWiki markup](https://zim-wiki.org/manual/Help/Wiki_Syntax.html)) -- the path of a custom Lua writer, see [Custom - writers](https://pandoc.org/MANUAL.html#custom-writers) below +- the path of a custom Lua writer, see [Custom readers and + writers](https://pandoc.org/MANUAL.html#custom-readers-and-writers) + below </div> |
