tajmone / ST4-Asciidoctor

AsciiDoc Package for SublimeText 4
https://tajmone.github.io/ST4-Asciidoctor
MIT License
11 stars 6 forks source link

Nested Blocks with Balanced Delimiters #3

Open tajmone opened 3 years ago

tajmone commented 3 years ago

All block elements with variable-length balanced delimiters that support nested contents need to be fixed to ensure they correctly distinguish between delimiters marking the block's end vs delimiters starting a new nested block.

Currently, nested EXAMPLE blocks break up a document, because the nested block delimiters are treated as the closing delimiter of the parent block.

Since this affects different types of AsciiDoc blocks, with different delimiters, we'll need to:

In the meantime, this thread will serve as main reference for all blocks types.


References