Skip to content
Snippets Groups Projects
Verified Commit 61911b35 authored by Dan Allen's avatar Dan Allen
Browse files

clarify that syntax should be parsed (to the degree possible) in the order it...

clarify that syntax should be parsed (to the degree possible) in the order it appears in the document
parent fa2959bf
No related branches found
No related tags found
No related merge requests found
......@@ -460,6 +460,7 @@ When set, a boolean attribute typically has an empty value.
For example, an inline passthrough cannot enclose a line that would end the block, such as a block delimiter or list continuation.
The block boundary is determined first, then the inline parsing happens within those bounds.
(Q: Does this mean backslash escaping cannot be used in an inline passthrough?)
* Syntax should be parsed in the order it appears in the document (this may need to be defined more specifically, or exceptions listed)
=== Block name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment