We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Summary of structural containers, the spec shows the initial (typically four) characters of the delimited block (i.e. ==== for an example block).
====
In the subsequent section Nesting blocks, it says:
When nesting a delimited block that uses the same structural container, it’s necessary to vary the length of the delimiter lines …
It does not say whether the extra characters used to alter the length can be arbitrary or must match the last specified character.
In other words, would ====xyz be valid as an example block delimiter or only ==== plus any number of = characters?
====xyz
=
The extra characters must match the last character specified in the delimiter.
The text was updated successfully, but these errors were encountered:
chore: Add reference to issue #145
895deed
No branches or pull requests
In Summary of structural containers, the spec shows the initial (typically four) characters of the delimited block (i.e.
====
for an example block).In the subsequent section Nesting blocks, it says:
It does not say whether the extra characters used to alter the length can be arbitrary or must match the last specified character.
In other words, would
====xyz
be valid as an example block delimiter or only====
plus any number of=
characters?Working assumption
The extra characters must match the last character specified in the delimiter.
The text was updated successfully, but these errors were encountered: