This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:syntax [2019/07/15 16:30] admin |
wiki:syntax [2019/07/15 16:45] (current) admin |
||
---|---|---|---|
Line 45: | Line 45: | ||
用于复制黏贴一些文档 | 用于复制黏贴一些文档 | ||
</file> | </file> | ||
+ | |||
+ | ``` | ||
+ | <file> | ||
+ | 纯文本格式. | ||
+ | 用于复制黏贴一些文档 | ||
+ | </file> | ||
+ | ``` | ||
\\ | \\ | ||
Line 324: | Line 331: | ||
Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters. | Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters. | ||
- | -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) | + | -> <- <-> => <= <=> (c) (tm) (r) |
"He thought 'It's a man's world'..." | "He thought 'It's a man's world'..." | ||
<code> | <code> | ||
- | -> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r) | + | -> <- <-> => <= <=> (c) (tm) (r) |
"He thought 'It's a man's world'..." | "He thought 'It's a man's world'..." | ||
</code> | </code> | ||
Line 335: | Line 342: | ||
There are three exceptions which do not come from that pattern file: multiplication entity (640x480), 'single' and "double quotes". They can be turned off through a [[doku>config:typography|config option]]. | There are three exceptions which do not come from that pattern file: multiplication entity (640x480), 'single' and "double quotes". They can be turned off through a [[doku>config:typography|config option]]. | ||
- | |||
Line 399: | Line 405: | ||
Note: Vertical alignment is not supported. | Note: Vertical alignment is not supported. | ||
+ | |||
===== No Formatting ===== | ===== No Formatting ===== |