diff --git a/xep-0394.xml b/xep-0394.xml index 033332934..85213d744 100644 --- a/xep-0394.xml +++ b/xep-0394.xml @@ -24,6 +24,13 @@ yagiza@yandex.ru yagiza@isgeek.info + &larma; + + 0.3.0 + 2024-07-13 + lmw + Add support for strong emphasis, declaring langauge on code blocks and making lists ordered. + 0.2.1 2019-01-05 @@ -91,7 +98,8 @@ ]]>

The following child elements are defined for <span/>:

@@ -107,11 +115,12 @@ Just run this command: $ cowsay XMPP is awesome. - + ]]>

The start and end attributes work just like for <span/>.

+

The optional language attribute allows to specify the programming or markup language used in the code block. TODO: What are valid language names?

The suggested rendering of code blocks is as block-level elements with monospaced font. The above example could render in HTML as:

Just run this command:

@@ -128,7 +137,7 @@ $ cowsay XMPP is awesome. * lists * and possibly more! - +
  • @@ -138,6 +147,7 @@ $ cowsay XMPP is awesome. ]]>

    The start and end attributes of <list/> define the scope of the list. The start of the <li/> elements denote the start of a new list item. A list item continues until the end of the list or the start of the next list item. The first <li/> in a <list/> MUST have a start value equal to the start value of the <list/>.

    +

    The optional ordered attribute may be set to true to indicate the list is ordered and displaying it with numerical or alphabetical ordering instead of bullets is suggested.

    The above example could render in HTML as:

    This XEP supports many things: