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
Now that code generation is not the primary goal, we can support other rhetorical clarifications in the specification grammar itself, such as capture variables that have scope only for that given rule. As such we can specify things like the problematic fenced code opening tag variations of Markdown.
~~~some
~~~~another
...
~~~~
~~~
Fenced <-- <:tok '~'{3,8} SP? > !tok ClassName tok
The text was updated successfully, but these errors were encountered:
Now that code generation is not the primary goal, we can support other rhetorical clarifications in the specification grammar itself, such as capture variables that have scope only for that given rule. As such we can specify things like the problematic fenced code opening tag variations of Markdown.
The text was updated successfully, but these errors were encountered: