web commit by madmax
[ikiwiki.git] / doc / bugs / 4_spaces_after_bullet.mdwn
1 this example
2
3  * bla
4  * bla2
5
6     this should be treated as code block
7
8 and it is not ...
9
10     but if bullets are not above this, it works
11
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).