]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/How_to_format___91____91__foobar__93____93___in_code_blocks__63__.mdwn
Added a comment
[ikiwiki.git] / doc / forum / How_to_format___91____91__foobar__93____93___in_code_blocks__63__.mdwn
1 Normally if i indent by 4 spaces, the text will format as computer code, for example,
2
3     int main () {
4     ...
5     }
6
7 but it doesn't work for [ [ foobar ] ] (remove the space between the two square brackets). It will expose code like:
8
9     [[foobar]]