diff --git a/xep-0393.xml b/xep-0393.xml index 1db8e336..5c59a94b 100644 --- a/xep-0393.xml +++ b/xep-0393.xml @@ -25,6 +25,17 @@ styling &sam; + + 0.1.3 + 2018-02-14 + ssw + +

+ Reorder block and span sections, simplify block parsing, and update the + definition of a span. +

+
+
0.1.2 2018-01-13 @@ -209,18 +220,18 @@

- Groups of lines that are not part of any other block are considered a - "plain" block, as are individual lines of text that are not inside of a - preformatted text block. + Individual lines of text that are not inside of a preformatted text + block are considered a "plain" block. Plain blocks are not bound by styling directives and do not imply formatting themselves, but they may contain spans which imply formatting. + Plain blocks may not contain child blocks.

- ((There are four blocks in this body marked by parens,) + (There are three blocks in this body marked by parens,) (but there is no *formatting) - (as spans* may not escape blocks.)) + (as spans* may not escape blocks.) ]]>
@@ -229,8 +240,7 @@ A preformatted text block is started by a line beginning with "```" (U+0060 GRAVE ACCENT), and ended by a line containing only three grave accents or the end of the parent block (whichever comes first). - Preformatted text blocks cannot contain child blocks and other styling - MUST NOT be rendered inside the block. + Preformatted text blocks cannot contain child blocks or spans. Text inside a preformatted block SHOULD be displayed in a monospace font.

]]>