标签内容如果一直到下一个标签且没有镶嵌的不需要关闭标签
1.文字排版
<align="right">Right
<align="center">Center
<align="left">Left
2.颜色
<color="red">Red <color=#005500>Dark Green <#0000FF>Blue <color=#FF000088>Semitransparent Red
<alpha=#FF>FF <alpha=#CC>CC
3.粗体和斜体
The <i>quick brown fox</i> jumps over the <b>lazy dog</b>.
4.字体间距
<cspace=1em>Spacing</cspace>
5.字体
<font="NotoSans" material="NotoSans Outline">a different material?
6.行高
<line-height=50%>Line height at 50%
7.小大写、首字母大写
<lowercase>Alice and Bob watched TV.</lowercase>
<uppercase>Alice and Bob watched TV.</uppercase>
<smallcaps>Alice and Bob watched TV.</smallcaps>
8.标记背景色透明度
<mark=#ffff00aa>can be marked with</mark>
9.不转义标签
<noparse><b></noparse>
10.水平定位
at <pos=75%>75%
at <pos=25%>25%
at <pos=50%>50%
11.字体大小
<size=100%>Echo</size>
12.图片精灵
<sprite name="Default Sprite Asset_4" color=#55FF55FF>
13.删除线和下划线
The <s>quick brown</s> fox jumps over <u>the lazy dog</u>.
14.上下标注
We have 1m<sup>3</sup> of H<sub>2</sub>O.
15.超链接
<link="ID"></link>