web commit by JoshTriplett: Fix links.

master
joey 2006-12-08 20:18:50 +00:00
parent 2a55084f74
commit 7dcdea3410
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
In [[markdown]] syntax, none of the other special characters get processed inside a code block. However, in ikiwiki, [[wiki links|wikilinks]] and [[preprocessor directives|preprocessordirectives]] still get processed inside a code block, requiring additional escaping. For example, `[links don't work](#here)`, but `a [[wikilink]] becomes HTML`.
In [[markdown]] syntax, none of the other special characters get processed inside a code block. However, in ikiwiki, [[wiki links|wikilink]] and [[preprocessor directives|preprocessordirective]] still get processed inside a code block, requiring additional escaping. For example, `[links don't work](#here)`, but `a [[wikilink]] becomes HTML`.