diff options
| author | John MacFarlane <[email protected]> | 2025-07-26 22:18:38 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-07-26 22:45:11 -0700 |
| commit | 9b06dc0075ea7299589e09ab4e87655f0a2281b7 (patch) | |
| tree | 4a67996f88a6c4dfa0bf5ddda3ffffc1d6d68fdb /MANUAL.txt | |
| parent | 8f6eed7c729d0fdd34816fe68cef1284ce680022 (diff) | |
MANUAL.txt: add `xml` as input/output format.
Diffstat (limited to 'MANUAL.txt')
| -rw-r--r-- | MANUAL.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 7ee20e59a..1f9f04362 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -279,6 +279,7 @@ header when requesting a document from a URL: - `twiki` ([TWiki markup]) - `typst` ([typst]) - `vimwiki` ([Vimwiki]) + - `xml` (XML version of native AST) - the path of a custom Lua reader, see [Custom readers and writers] below ::: @@ -357,6 +358,7 @@ header when requesting a document from a URL: - `s5` ([S5] HTML and JavaScript slide show) - `tei` ([TEI Simple]) - `typst` ([typst]) + - `xml` (XML version of native AST) - `xwiki` ([XWiki markup]) - `zimwiki` ([ZimWiki markup]) - the path of a custom Lua writer, see [Custom readers and writers] below |
