| | | |
| See that page for the full formatting rules. | | See that page for the full formatting rules. |
| | | |
| 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: |
| | | |
| t | * Wiki links are text in `[square brackets]`. Came | t | * Wiki links are text in `[square brackets]`. The |
| lCase text is *not* automatically linkified. | | link text is not case-sensitive. CamelCase text is |
| | | *not* automatically linkified. |
| * To give a label to a wiki link, use a vertical b | | * To give a label to a wiki link, use a vertical b |
| ar: `[Markdown|Information about formatting]` | | ar: `[Markdown|Information about formatting]` |
| * 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.) |
| * `{img id="NUM"}` displays an inline image. The ` | | * `{img id="NUM"}` displays an inline image. The ` |
| id=NUM` should be the number of the attachment on | | id=NUM` should be the number of the attachment on |
| that page which you want to display. You can also | | that page which you want to display. You can also |
| specify `alt`, `align`, `width`, and `height` attr | | specify `alt`, `align`, `width`, and `height` attr |
| ibutes. | | ibutes. |
| | | |