Opened 12 years ago
Closed 12 years ago
#468 closed defect (fixed)
Extra forms of Markdown we should be supporting but aren't
Reported by: | Aleksej | Owned by: | Jakob Kramer |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
Description
E.g. pre-formatted text (represented with lines beginning with spaces).
Change History (5)
comment:3 by , 12 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
comment:4 by , 12 years ago
Headers (and horizontal rules?) are blocked on purpose, because they would mess up our layout.
Images are blocked too, probably on purpose as well. Is there anything else that does not work?
Problem is the following: We currently don’t allow
<code>
and<pre>
elements in our “cleaning routine.” We just have to add them to the white list of allowed HTML elements.