master
smcv 2014-10-05 08:43:03 -04:00 committed by admin
parent b1bc0299bb
commit c2b2794106
1 changed files with 4 additions and 2 deletions

View File

@ -15,8 +15,10 @@ or use indentation like
<style type="text/css">...</style> <style type="text/css">...</style>
</code></pre> </code></pre>
then that gets turned into `&lt;elyts` in the HTML too. This makes it quite then that gets turned into `<elyts` in the source before passing through
difficult to talk about HTML on an IkiWiki instance (I had to use raw HTML in `markdown`, comes out as `&lt;elyts` in the output HTML, and is rendered
as `<elyts` by the browser. This makes it quite difficult to talk about
HTML stylesheet markup on an IkiWiki instance (I had to use raw HTML in
this bug report's source to avoid the bug). this bug report's source to avoid the bug).
I think the side-effect of the workaround is more damaging than the actual bug I think the side-effect of the workaround is more damaging than the actual bug