Commit graph

5 commits

Author SHA1 Message Date
Titus
e0fe913a92
Fix to restrict colon after name in text directive
Related to remarkjs/remark#651.
Closes GH-9.

Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com>
2021-03-16 10:30:01 +01:00
Titus Wormer
38836e5c61
Add support for balanced brackets in labels
Previously, brackets were only allowed in labels when escaped,
making it impossible to use media with resources (links, images),
or nested directives.

This adds support for up to three levels of nesting in a label.

This also removes a hidden flag that was not used anymore.

Closes GH-7.
2021-02-22 14:41:52 +01:00
Titus Wormer
152323ec29
Fix containers in directive (container)
Closes GH-4.
2021-01-04 10:51:12 +01:00
Titus Wormer
d9da5c508d
Fix indented container directives
Closes GH-1.
2020-12-13 11:08:08 +01:00
Titus Wormer
826d54ca7f
. 2020-10-22 16:45:27 +02:00