Manual: Edit "Extension: fenced_divs" (#4039)
Add paragraph at end of `Extension: fenced_divs` section to clarify that the actual number of colons in fences is irrelevant. (See issue #4037).
This commit is contained in:
parent
d35417f8a8
commit
e9c9bf10e2
1 changed files with 9 additions and 0 deletions
|
@ -3119,6 +3119,15 @@ because they *must* have attributes:
|
|||
:::
|
||||
::::::::::::::::::
|
||||
|
||||
Unlike fenced code blocks, here the exact number of colons in the opening and
|
||||
closing fences is irrelevant, even when nesting divs: the telltale sign
|
||||
between opening and closing fences is the presence of attributes, or the lack
|
||||
thereof. Hence, the number of colons in a closing fence doesn't have to
|
||||
match that of its opening counterpart, and there is no need to use different
|
||||
fences lenghts to distinguish a nested div from its parent (except for visual
|
||||
clarity).
|
||||
|
||||
|
||||
#### Extension: `raw_tex` ####
|
||||
|
||||
In addition to raw HTML, pandoc allows raw LaTeX, TeX, and ConTeXt to be
|
||||
|
|
Loading…
Add table
Reference in a new issue