JoshTriplett 2013-03-27 13:43:56 -04:00 committed by admin
parent 29254fdeef
commit f1df82a0e0
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
GitHub's flavor of markdown adds fenced code blocks, delimited by triple-backquotes, like this:
```
code
more code
```
That syntax proves quite a bit more convenient in many cases, because it doesn't require modifying every line of the code block to add indentation. Please consider adding optional support for this in ikiwiki. Please also consider turning it on by default for new wikis, though not for existing wikis since it could *potentially* break backward compatibility with existing content.