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:32] admin [Text to HTML Conversions] |
wiki:syntax [2019/07/15 16:45] (current) admin |
||
|---|---|---|---|
| Line 45: | Line 45: | ||
| 用于复制黏贴一些文档 | 用于复制黏贴一些文档 | ||
| </file> | </file> | ||
| + | |||
| + | ``` | ||
| + | <file> | ||
| + | 纯文本格式. | ||
| + | 用于复制黏贴一些文档 | ||
| + | </file> | ||
| + | ``` | ||
| \\ | \\ | ||
| Line 319: | Line 326: | ||
| * FIXME %% FIXME %% | * FIXME %% FIXME %% | ||
| * DELETEME %% DELETEME %% | * DELETEME %% DELETEME %% | ||
| + | |||
| + | ==== Text to HTML Conversions ==== | ||
| + | |||
| + | Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters. | ||
| + | |||
| + | -> <- <-> => <= <=> (c) (tm) (r) | ||
| + | "He thought 'It's a man's world'..." | ||
| + | |||
| + | <code> | ||
| + | -> <- <-> => <= <=> (c) (tm) (r) | ||
| + | "He thought 'It's a man's world'..." | ||
| + | </code> | ||
| + | |||
| + | The same can be done to produce any kind of HTML, it just needs to be added to the [[doku>entities|pattern file]]. | ||
| + | |||
| + | 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]]. | ||