| The wiki's version of Markdown differs from the sp | | The wiki's version of Markdown differs from the sp |
| ec in a few ways: | | ec in a few ways: |
| | | |
| * Wiki links are text in square brackets. CamelCas | | * Wiki links are text in square brackets. CamelCas |
| e text is *not* automatically linkified. | | e text is *not* automatically linkified. |
| * Raw HTML tags are not allowed. If you can't do i | | * Raw HTML tags are not allowed. If you can't do i |
| t in Markdown syntax, you're stuck. Sorry; I will | | t in Markdown syntax, you're stuck. Sorry; I will |
| loosen this restriction when there's a need *and* | | loosen this restriction when there's a need *and* |
| when I understand scripting attacks well enough to | | when I understand scripting attacks well enough to |
| guarantee they're blocked. | | guarantee they're blocked. |
| * `{redirect target="DEST"}` redirects to the name | | * `{redirect target="DEST"}` redirects to the name |
| d wiki page. (The redirect link should be the only | | d wiki page. (The redirect link should be the only |
| thing on the page, since nobody will see the rest | | thing on the page, since nobody will see the rest |
| of the page anyhow.) | | of the page anyhow.) |
| t | | t | * `{img id="NUM"}` displays an inline image. The ` |
| | | id=NUM` should be the number of the attachment on |
| | | that page which you want to display. You can also |
| | | specify `alt`, `align`, `width`, and `height` attr |
| | | ibutes.
|
| | | |
| If you want to practice editing pages, use the [Sa | | If you want to practice editing pages, use the [Sa |
| ndbox] page. | | ndbox] page. |