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/03/31 11:43] – Simon Grant | wiki:syntax [2026/04/20 12:27] (current) – [Text to HTML Conversions] Simon Grant | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| // | // | ||
| + | |||
| + | ==== CARE! this page is complex! ==== | ||
| + | |||
| + | For much gentler explanations, | ||
| ====== Formatting Syntax for Growing the Commons ====== | ====== Formatting Syntax for Growing the Commons ====== | ||
| Line 143: | 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> | ||
| - | You can use [[wiki:namespaces]] by using a colon in the pagename. | + | You can use a [[doc:namespace]] by using a colon in the pagename. |
| - | `You can use [[wiki:namespaces]] by using a colon in the pagename.` | + | `You can use a [[doc:namespace]] by using a colon in the pagename.` |
| For details about namespaces see [[doku> | For details about namespaces see [[doku> | ||
| Line 162: | Line 166: | ||
| Notes: | Notes: | ||
| - | * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones. | + | * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones. //(Please don't create the nonexisting one!)// |
| * DokuWiki does not use [[wp> | * DokuWiki does not use [[wp> | ||
| * When a section' | * When a section' | ||
| Line 203: | Line 207: | ||
| You can also use an image to link to another internal or external page by combining the syntax for links and [[# | You can also use an image to link to another internal or external page by combining the syntax for links and [[# | ||
| - | [[http://php.net|{{wiki: | + | [[http://www.growingthecommons.org|{{wiki: |
| - | `[[http://php.net|{{wiki: | + | `[[http://www.growingthecommons.org|{{wiki: |
| Please note: The image formatting is the only formatting syntax accepted in link names. | Please note: The image formatting is the only formatting syntax accepted in link names. | ||
| Line 279: | 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 445: | Line 449: | ||
| - | Typography: [[DokuWiki]] can convert simple text characters | + | Typography: [[DokuWiki]] can convert simple text character sequences |
| -> <- <-> => <= <=> | -> <- <-> => <= <=> | ||
| Line 454: | 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 462: | 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: |
| ``` | ``` | ||