]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/4_spaces_after_bullet.mdwn
web commit by madmax
[git.ikiwiki.info.git] / doc / bugs / 4_spaces_after_bullet.mdwn
1 this example
3  * bla
4  * bla2
6     this should be treated as code block
8 and it is not ...
10     but if bullets are not above this, it works
12 Is this markdown limitation? I know that 8 spaces are required to make codeblock appear under bullet, but I don't want it to be under bullet. I want it outside of bullet as normally shown (as code block).