summaryrefslogtreecommitdiff
path: root/doc/bugs/undefined_tags_or_mismatched_tags_won__39__t_get_converted.mdwn
blob: 1928d04f2c63c0511294b447d9b4ce827d23aebb (plain)

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;!

<section>

some text

</section>

the output html

And another example of mismatched tags:

<div>

some text

</div>
</div>

The out put becomes:

some text