ikiwiki/doc/forum/How_to_format___91____91__f...

10 lines
253 B
Markdown

Normally if i indent by 4 spaces, the text will format as computer code, for example,
int main () {
...
}
but it doesn't work for [ [ foobar ] ] (remove the space between the two square brackets). It will expose code like:
[[foobar]]