Opened 10 years ago
Closed 9 years ago
#1085 closed defect (wontfix)
markdown in description
Reported by: | Marcus | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
Description
When uploading a file, it states that markdown can be used for formatting. I have tried severel differen formattings but none seems to be applied.
Attachments (1)
Change History (7)
comment:1 by , 10 years ago
comment:2 by , 9 years ago
Status: | new → accepted |
---|
In he following:
AAAAAAA
=======
BBBBBBB
CCCCCCC
the output is rendered the same for AAAAAA, BBBBBBB and CCCCCC.
comment:3 by , 9 years ago
Owner: | set to |
---|---|
Status: | accepted → in_progress |
comment:4 by , 9 years ago
bin/python -m markdown <<EOF
AAAAAAA
=======
BBBBBBB
CCCCCCC
EOF
<h1>AAAAAAA</h1>
<h2>BBBBBBB</h2>
<p>CCCCCCC</p>
by , 9 years ago
Attachment: | 0001-Fix-1085-allow-h1-h2-in-html-cleanup.patch added |
---|
comment:5 by , 9 years ago
Owner: | removed |
---|---|
Status: | in_progress → review |
comment:6 by , 9 years ago
Resolution: | → wontfix |
---|---|
Status: | review → closed |
The reason why h1 and h2 are removed is because they would mess the display. More information about the rationale at https://issues.mediagoblin.org/ticket/389
Only things like h1 / h2 does not seem to work. Formattings like bold / italic work fine.