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:
Tristano Ajmone 2017-11-04 18:27:03 +01:00 committed by John MacFarlane
parent d35417f8a8
commit e9c9bf10e2

View file

@ -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