mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 09:10:48 +08:00
docs: Correct Asciidoctor name casing. (#11782)
This commit is contained in:
+2
-2
@@ -302,7 +302,7 @@ header when requesting a document from a URL:
|
||||
|
||||
::: {#output-formats}
|
||||
- `ansi` (text with [ANSI escape codes], for terminal viewing)
|
||||
- `asciidoc` (modern [AsciiDoc] as interpreted by [AsciiDoctor])
|
||||
- `asciidoc` (modern [AsciiDoc] as interpreted by [Asciidoctor])
|
||||
- `asciidoc_legacy` ([AsciiDoc] as interpreted by [`asciidoc-py`]).
|
||||
- `asciidoctor` (deprecated synonym for `asciidoc`)
|
||||
- `bbcode` [BBCode]
|
||||
@@ -557,7 +557,7 @@ header when requesting a document from a URL:
|
||||
[RIS]: https://en.wikipedia.org/wiki/RIS_(file_format)
|
||||
[Emacs Org mode]: https://orgmode.org
|
||||
[AsciiDoc]: https://asciidoc.org/
|
||||
[AsciiDoctor]: https://asciidoctor.org/
|
||||
[Asciidoctor]: https://asciidoctor.org/
|
||||
[`asciidoc-py`]: https://github.com/asciidoc-py/asciidoc-py
|
||||
[DZSlides]: https://paulrouget.com/dzslides/
|
||||
[Word docx]: https://en.wikipedia.org/wiki/Office_Open_XML
|
||||
|
||||
@@ -125,7 +125,7 @@ It can convert *to*
|
||||
codes](https://en.wikipedia.org/wiki/ANSI_escape_code), for terminal
|
||||
viewing)
|
||||
- `asciidoc` (modern [AsciiDoc](https://asciidoc.org/) as interpreted by
|
||||
[AsciiDoctor](https://asciidoctor.org/))
|
||||
[Asciidoctor](https://asciidoctor.org/))
|
||||
- `asciidoc_legacy` ([AsciiDoc](https://asciidoc.org/) as interpreted by
|
||||
[`asciidoc-py`](https://github.com/asciidoc-py/asciidoc-py)).
|
||||
- `asciidoctor` (deprecated synonym for `asciidoc`)
|
||||
|
||||
@@ -325,7 +325,7 @@ Specify output format.
|
||||
.IP \(bu 2
|
||||
\f[CR]ansi\f[R] (text with ANSI escape codes, for terminal viewing)
|
||||
.IP \(bu 2
|
||||
\f[CR]asciidoc\f[R] (modern AsciiDoc as interpreted by AsciiDoctor)
|
||||
\f[CR]asciidoc\f[R] (modern AsciiDoc as interpreted by Asciidoctor)
|
||||
.IP \(bu 2
|
||||
\f[CR]asciidoc_legacy\f[R] (AsciiDoc as interpreted by
|
||||
\f[CR]asciidoc\-py\f[R]).
|
||||
|
||||
+1
-1
@@ -191,7 +191,7 @@ window.pandocApp = function() {
|
||||
ansi: 'ANSI terminal',
|
||||
asciidoc: 'modern AsciiDoc',
|
||||
asciidoc_legacy: 'AsciiDoc for asciidoc-py',
|
||||
asciidoctor: 'AsciiDoctor (= modern AsciiDoc)',
|
||||
asciidoctor: 'Asciidoctor (= modern AsciiDoc)',
|
||||
bbcode: 'BBCode',
|
||||
beamer: 'LaTeX Beamer slides',
|
||||
biblatex: 'BibLaTeX bibliography',
|
||||
|
||||
Reference in New Issue
Block a user