0.2.1
2019-01-05
@@ -91,7 +98,8 @@
]]>
The following child elements are defined for <span/>:
- - <emphasis/>: The spanned range is emphasized. Suggested rendering: italics or bold.
+ - <emphasis/>: The spanned range is emphasized. Suggested rendering: italics.
+ - <strong/>: The spanned range is strongly emphasized. Suggested rendering: bold.
- <code/>: The spanned range is some kind of machine code. Suggested rendering: monospaced.
- <deleted/>: The spanned range has been deleted. Suggested rendering: striked through.
@@ -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.