diff options
| author | John MacFarlane <[email protected]> | 2025-11-23 08:45:18 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-11-29 17:04:42 +0100 |
| commit | 8651ec3c28693c875d78017b4f278338417d176a (patch) | |
| tree | 24065899ab03f7daaa628a04a8060f4b54c2e505 /MANUAL.txt | |
| parent | 525113c31ea07d35a5a1e436866c7ed51fc90ccf (diff) | |
Add asciidoc as an input format.
New exported module Text.Pandoc.Readers.AsciiDoc,
exporting readAsciiDoc [API change].
The bulk of parsing is handled by the asciidoc library.
Closes #1456.
Diffstat (limited to 'MANUAL.txt')
| -rw-r--r-- | MANUAL.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index c3b657f72..3b02b6843 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -233,6 +233,7 @@ header when requesting a document from a URL: : Specify input format. *FORMAT* can be: ::: {#input-formats} + - `asciidoc` ([AsciiDoc] markup) - `bibtex` ([BibTeX] bibliography) - `biblatex` ([BibLaTeX] bibliography) - `bits` ([BITS] XML, alias for `jats`) |
