diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-24 17:01:58 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-24 17:01:58 +0000 |
commit | 3c70e58d1537f0ae340d768a7d15d136ec7ad256 (patch) | |
tree | 39079ad6b07e0f2a7a3d2c206f28d9a296ecaf09 /doc/bugs | |
parent | 2c0105a93314c05f290ee5882bf258c74b333595 (diff) | |
download | ikiwiki-3c70e58d1537f0ae340d768a7d15d136ec7ad256.tar ikiwiki-3c70e58d1537f0ae340d768a7d15d136ec7ad256.tar.gz |
web commit by cworth
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Syntax_looking_like_an_Ikiwiki_link_should_be_ignored_on_indented_lines.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/Syntax_looking_like_an_Ikiwiki_link_should_be_ignored_on_indented_lines.mdwn b/doc/bugs/Syntax_looking_like_an_Ikiwiki_link_should_be_ignored_on_indented_lines.mdwn new file mode 100644 index 000000000..f78ebd0c6 --- /dev/null +++ b/doc/bugs/Syntax_looking_like_an_Ikiwiki_link_should_be_ignored_on_indented_lines.mdwn @@ -0,0 +1,11 @@ +Indented lines provide a good way to escape a block of text containing +markdown syntax, but ikiwiki links like \[[this]] are still +interpreted within such a block. I think that intepretation should not +be happening. That is I should be able to write: + + [[this]] + +and have it render like: + + \[[this]] + |