From 513b16a71b30a04cc91c056a22e2761f7ea554d2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 24 Oct 2017 09:53:29 -0700 Subject: Fenced divs: ensure that paragraph at end doesn't become Plain. Added test case. --- MANUAL.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'MANUAL.txt') diff --git a/MANUAL.txt b/MANUAL.txt index b52e900c3..42b836f0a 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -3080,10 +3080,12 @@ starts with a fence containing at least three consecutive colons plus some attributes. The attributes may optionally be followed by another string of consecutive colons. The attribute syntax is exactly as in fenced code blocks (see -[Extension-fenced_code_attributes], above). The Div ends with -another line containing a string of at least three consecutive -colons. The fenced Div should be separated by blank lines from -preceding and following blocks. +[Extension-fenced_code_attributes], above). As with fenced +code blocks, one can use either attributes in curly braces +or a single unbraced word, which will be treated as a class +name. The Div ends with another line containing a string of at +least three consecutive colons. The fenced Div should be +separated by blank lines from preceding and following blocks. Example: @@ -3096,13 +3098,13 @@ Example: Fenced divs can be nested. Opening fences are distinguished because they *must* have attributes: - ::: Warning + ::: Warning :::::: This is a warning. ::: Danger This is a warning within a warning. ::: - ::: + :::::::::::::::::: #### Extension: `raw_tex` #### -- cgit v1.2.3