Skip to content

Allow open blocks to be nested #1121

@bimlas

Description

@bimlas

I'm using asciidoctor to replace a website which is made in a wysiwyg html editor to be responsive. I have to use openblocks frequently and it may be cool to nest those in to each other. I think a signing character can be solve this, for example:

[.parent]
--A
[.child]
--B
content
--B
[.another_child]
--B
content
--B
--A

Wdyt?

To know what i mean, check the old site and the new asciidoctor version. I need nested divs to vertically align the tables on the left and the text on the right side, like this:

+--------------------+
|Container   +------+|
|+----------+|Text  ||
||Table div ||div   ||
|+----------+|      ||
|            +------+|
+--------------------+

Metadata

Metadata

Assignees

Labels

enhancementIssues that introduce a new capability or functionalityv2.1.0Issues resolved in the 2.1.0 release.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions