Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| wiki:syntax [2026/04/12 18:01] – Simon Grant | wiki:syntax [2026/04/20 12:27] (current) – [Text to HTML Conversions] Simon Grant | ||
|---|---|---|---|
| Line 147: | Line 147: | ||
| `Actually, internal links to [that page](pagename) also work in Markdown format …` | `Actually, internal links to [that page](pagename) also work in Markdown format …` | ||
| - | Even with namespaces: [me](p:Simon Grant) | + | Even with namespaces: [me](user:asimong) |
| - | `Even with namespaces: [me](p:Simon Grant)` | + | `Even with namespaces: [me](user:asimong)` |
| [[doku> | [[doku> | ||
| Line 283: | Line 283: | ||
| `Resize to given width: | `Resize to given width: | ||
| - | Resize to given width and height((when the aspect ratio of the given width and height doesn' | + | Resize to given width and height((when the aspect ratio of the given width and height doesn' |
| `Resize to given width and height: {{wiki: | `Resize to given width and height: {{wiki: | ||
| Line 449: | Line 449: | ||
| - | Typography: [[DokuWiki]] can convert simple text characters | + | Typography: [[DokuWiki]] can convert simple text character sequences |
| -> <- <-> => <= <=> | -> <- <-> => <= <=> | ||
| Line 458: | Line 458: | ||
| "He thought ' | "He thought ' | ||
| </ | </ | ||
| + | |||
| + | Different dashes are also made easy: `--` becomes an en-dash | ||
| The same can be done to produce any kind of HTML, it just needs to be added to the [[doku> | The same can be done to produce any kind of HTML, it just needs to be added to the [[doku> | ||
| Line 466: | Line 468: | ||
| Some times you want to mark some text to show it's a reply or comment. | Some times you want to mark some text to show it's a reply or comment. | ||
| - | But this syntax | + | The first part of this works, but the rest does not: |
| ``` | ``` | ||