aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-04-04 16:38:06 +0700
committerShulhan <ms@kilabit.info>2026-04-04 16:38:06 +0700
commit45526ab31b93debffd51e1aaad43c9acf9d61ab6 (patch)
treea23ccc730093cf8d251c1d6e43a3c9679f42112c /README.md
parenta9e626c6306697a64af87b1b7fa4f61b0580d5a8 (diff)
downloadasciidoctor-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.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 908244a..d05f186 100644
--- a/README.md
+++ b/README.md
@@ -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