diff options
| author | Shulhan <ms@kilabit.info> | 2026-04-04 16:38:06 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-04-04 16:38:06 +0700 |
| commit | 45526ab31b93debffd51e1aaad43c9acf9d61ab6 (patch) | |
| tree | a23ccc730093cf8d251c1d6e43a3c9679f42112c /README.md | |
| parent | a9e626c6306697a64af87b1b7fa4f61b0580d5a8 (diff) | |
| download | asciidoctor-go-45526ab31b93debffd51e1aaad43c9acf9d61ab6.tar.xz | |
all: fix parsing literal paragraph
A line that start with one or more space will be considered
as literal paragraph.
Once literal line found it will end until an empty line.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -118,7 +118,10 @@ Each supported feature is linked to official - Attributes (reference) - Replacements - Preventing Substitutions -- Listing Blocks +- Verbatim and Sources Block + - ❌ [Source Code Blocks](https://docs.asciidoctor.org/asciidoc/latest/verbatim/source-blocks/) + - ✅ [Listing Blocks](https://docs.asciidoctor.org/asciidoc/latest/verbatim/listing-blocks/) + - ✅ [Literal Blocks](https://docs.asciidoctor.org/asciidoc/latest/verbatim/literal-blocks/) - Passthroughs - Passthrough Blocks - Open Blocks |
