diff options
author | Joey Hess <joey@kitenet.net> | 2008-01-06 07:32:56 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-01-06 07:32:56 -0500 |
commit | 3e11f9ad94036bd03d787ca9f9295ea277d703bb (patch) | |
tree | 8c3e301f841c07c8470ca78e35ff865379d0fda9 /doc | |
parent | 54fc4d578e655fe3136d8d245021d78db82ac507 (diff) | |
download | ikiwiki-3e11f9ad94036bd03d787ca9f9295ea277d703bb.tar ikiwiki-3e11f9ad94036bd03d787ca9f9295ea277d703bb.tar.gz |
web commit by http://madduck.myopenid.com/
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/__60__br__62___tags_are_removed_from_markdown_inline_HTML.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/__60__br__62___tags_are_removed_from_markdown_inline_HTML.mdwn b/doc/bugs/__60__br__62___tags_are_removed_from_markdown_inline_HTML.mdwn new file mode 100644 index 000000000..d32b2e978 --- /dev/null +++ b/doc/bugs/__60__br__62___tags_are_removed_from_markdown_inline_HTML.mdwn @@ -0,0 +1,10 @@ +I am trying to add a post address to a document: + +<address> + First line<br/> + Second line +</address> + +As you can see, the `<br/>` is being removed. I disabled [[htmlscrubber]], but that was not it. The [markdown Dingus](http://daringfireball.net/projects/markdown/dingus) on its homepage processes the inline HTML just fine. + +I tried searching the web and wiki but could not find any information on why <br/> would be removed. |