ikiwiki/doc/bugs/wiki_links_still_processed_...

1 line
345 B
Plaintext
Raw Normal View History

2006-12-08 21:18:50 +01:00
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`.