11.9. Font Formatting Codes

简介:


11.9.1. strong

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

Note

11.9.2. bold

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

11.9.3. italic

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

11.9.4. literal

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

literal

Code

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

11.9.5. remark

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

Some details are still a bit shaky




原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

目录
相关文章
|
3月前
|
Python
UserWarning: Palette images with Transparency expressed in bytes should be converted to RGBA images
本文提供了解决PIL库中"Palette images with Transparency"警告的方法,通过将图片转换为'RGB'模式来消除透明通道的问题。
UserWarning: Palette images with Transparency expressed in bytes should be converted to RGBA images
|
4月前
|
Ubuntu Linux Python
UserWarning: Glyph 27668 (\N{CJK UNIFIED IDEOGRAPH-6C14}) missing from current font.
UserWarning: Glyph 27668 (\N{CJK UNIFIED IDEOGRAPH-6C14}) missing from current font.
212 2
|
11月前
|
前端开发
display:contents
display:contents
53 1
UserWarning: Glyph 28857 (\N{CJK UNIFIED IDEOGRAPH-70B9}) missing from current font. FigureCanvasA
UserWarning: Glyph 28857 (\N{CJK UNIFIED IDEOGRAPH-70B9}) missing from current font. FigureCanvasA
UserWarning: Glyph 28857 (\N{CJK UNIFIED IDEOGRAPH-70B9}) missing from current font. FigureCanvasA
成功解决OSError: cannot open resource self.font = core.getfont(font, size, index, encoding, layout_engin
成功解决OSError: cannot open resource self.font = core.getfont(font, size, index, encoding, layout_engin
|
C#
Beginner’s Tutorial: 3D Line and Border Effects in XAML
This mini-tutorial might be for you if you’re having troubles finding the right line colors to achieve simple 3D effects like these:   The solutio...
1144 0