diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-26 22:47:23 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-26 22:47:23 +0000 |
commit | 194efe68c9e8b2e8a85acd508755aeff6cdb3d3e (patch) | |
tree | 68e9e96adbb286834dc710940623dd58cd965c42 | |
parent | ad41865395875b32a057a5c28d884f5a561f44f3 (diff) |
web commit by madmax
-rw-r--r-- | doc/bugs/4_spaces_after_bullet.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
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 |