diff options
author | Joey Hess <joey@kitenet.net> | 2008-01-06 08:55:23 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-01-06 08:55:23 -0500 |
commit | fd65bf754502b6a6ec63ec0dbd0f90e0b9e358e9 (patch) | |
tree | a47277c60075bc7ec042cc38fcaf4998098960fb /doc | |
parent | 3e11f9ad94036bd03d787ca9f9295ea277d703bb (diff) |
web commit by tschwinge: How to do this.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/__60__br__62___tags_are_removed_from_markdown_inline_HTML.mdwn | 12 |
1 files changed, 12 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 index d32b2e978..e4f6be997 100644 --- 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 @@ -8,3 +8,15 @@ I am trying to add a post address to a document: 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. + +> It does work if you use `<br />`: +> +> First line<br /> +> Second line +> +> Or, as we've just been told in #ikiwiki: put two spaces at the end of the first line. +> +> First line +> Second line +> +> --[[tschwinge]] |