You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.lexer.inline parses the string as inline tokens. You want to parse the text inside ::: as block tokens. You can do that with this.lexer.blockTokens.
You are including the ::: in your inner tokens. You only want the text between them match[1].
You need to parse the inner tokens as block tokens with this.parser.parse instead of this.parser.parseInline.
Marked version: 4.2.3
Describe the bug
I want to create a blue block that can contain other labels, but I have been unsuccessful
To Reproduce
output:
Expected behavior
The text was updated successfully, but these errors were encountered: