aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-07-06 23:19:46 -0700
committerJohn MacFarlane <[email protected]>2023-07-06 23:19:46 -0700
commitd32b85686dad06696cdd96b6fbe60565011acee3 (patch)
tree1a89079018a9af4a03f95cd7e924fc97436b6a49
parentee42fe7281257fd7aef204daedab0acf8fd456a5 (diff)
Update README.md
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index cac283bdf..810073266 100644
--- a/README.md
+++ b/README.md
@@ -107,8 +107,12 @@ It can convert *to*
<div id="output-formats">
-- `asciidoc` ([AsciiDoc](https://www.methods.co.nz/asciidoc/)) or
- `asciidoctor` ([AsciiDoctor](https://asciidoctor.org/))
+- `asciidoc` (modern [AsciiDoc](https://www.methods.co.nz/asciidoc/) as
+ interpreted by [AsciiDoctor](https://asciidoctor.org/))
+- `asciidoc_legacy` ([AsciiDoc](https://www.methods.co.nz/asciidoc/) as
+ interpreted by
+ [`asciidoc-py`](https://github.com/asciidoc-py/asciidoc-py)).
+- `asciidoctor` (deprecated synonym for `asciidoc`)
- `beamer` ([LaTeX beamer](https://ctan.org/pkg/beamer) slide show)
- `bibtex` ([BibTeX](https://ctan.org/pkg/bibtex) bibliography)
- `biblatex` ([BibLaTeX](https://ctan.org/pkg/biblatex) bibliography)