Home | 簡體中文 | 繁體中文 | 雜文 | 知乎專欄 | Github | OSChina 博客 | 雲社區 | 雲棲社區 | Facebook | Linkedin | 視頻教程 | 打賞(Donations) | About

8.9. Font Formatting Codes

8.9.1. strong

			
<para><emphasis role="strong">Note</emphasis></para>
			
			

Note

8.9.2. bold

			
<emphasis role="bold">text</emphasis>
			
			
text

8.9.3. italic

			
<emphasis role="italic">text</emphasis>
			
			
text

8.9.4. literal

			
<para><literal>literal</literal></para>
			
			

literal

Code

			
<literal role="code">< ! [ CDATA [ code ] ] ></literal>
			
			
code

8.9.5. remark

			
<remark>Some details are still a bit shaky</remark>
			
			

Some details are still a bit shaky