Commit graph

7 commits

Author SHA1 Message Date
Titus Wormer
fa035cfcb7
Refactor code-style 2021-06-08 15:20:45 +02:00
Titus
e3486e51ed
Add _ to identifier names
*   Add support for underscore in names to prevent interference w/ gemoji
*   Disallow underscore at end of name to prevent interference w/ emphasis

Related to GH-651.
2021-05-05 11:29:51 +02:00
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
b31e4c6220
Remove unneeded todos 2020-12-08 18:11:22 +01:00
Titus Wormer
826d54ca7f
. 2020-10-22 16:45:27 +02:00