diff --git a/doc/bugs/4_spaces_after_bullet.mdwn b/doc/bugs/4_spaces_after_bullet.mdwn new file mode 100644 index 000000000..cc650fb17 --- /dev/null +++ b/doc/bugs/4_spaces_after_bullet.mdwn @@ -0,0 +1,12 @@ +this example + + * bla + * bla2 + + this should be treated as code block + +and it is not ... + + but if bullets are not above this, it works + +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). \ No newline at end of file