From ce3b55de42502dfb2ec099990d74c38ce82bac7b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 4 Jan 2008 04:34:58 -0500 Subject: [PATCH] web commit by http://weakish.int.eu.org/: minor --- ...matched_tags_won__39__t_get_converted.mdwn | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/bugs/undefined_tags_or_mismatched_tags_won__39__t_get_converted.mdwn b/doc/bugs/undefined_tags_or_mismatched_tags_won__39__t_get_converted.mdwn index 1928d04f2..9289759f1 100644 --- a/doc/bugs/undefined_tags_or_mismatched_tags_won__39__t_get_converted.mdwn +++ b/doc/bugs/undefined_tags_or_mismatched_tags_won__39__t_get_converted.mdwn @@ -1,34 +1,34 @@ If you put in something such as undefined tags or mismatched tags in .mdwn file, ikiwiki will put

around them. But ikiwiki will NOT convert < and > to &lt; and &gt;! -
+
- some text + some text -
+
the output html -

some text

+

some text

And another example of mismatched tags: -
+
- some text + some text -
-
+ + - The out put becomes: +The out put is: -
+
- some text + some text -
+
-

+

-- 2.44.0