diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnZ0g2UAijV7RGrKtWPljCCAYHBJ3pwPvM <Data@web> | 2011-09-15 14:14:34 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-09-15 14:14:34 -0400 |
commit | fc15925d5dcab729c8463d67415dc69dfec739cb (patch) | |
tree | 27986013ead72df5f57f0e52d676d043b693aea0 /doc | |
parent | 83168cfb6bf533db8e173d660ca4e6cdc926d9fc (diff) | |
download | ikiwiki-fc15925d5dcab729c8463d67415dc69dfec739cb.tar ikiwiki-fc15925d5dcab729c8463d67415dc69dfec739cb.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/How_to_format___91____91__foobar__93____93___in_code_blocks__63__.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/forum/How_to_format___91____91__foobar__93____93___in_code_blocks__63__.mdwn b/doc/forum/How_to_format___91____91__foobar__93____93___in_code_blocks__63__.mdwn new file mode 100644 index 000000000..7d7be4160 --- /dev/null +++ b/doc/forum/How_to_format___91____91__foobar__93____93___in_code_blocks__63__.mdwn @@ -0,0 +1,9 @@ +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]]` + + [[foobar]] |