Bugs: Browse | Submit New | Admin

[#28620] in-line HTML markup seems to upset ordered lists

Date:
2010-10-04 20:18
Priority:
3
Submitted By:
Neil Stockbridge (unclouded)
Assigned To:
Andrea Censi (andrea)
Category:
Markdown Parser
State:
Open
Summary:
in-line HTML markup seems to upset ordered lists

Detailed description
This markdown:

 1. first line
 1. <s>second line</s>
 1. third line

Produces this HTML:

 <ol>
 <li>first line</li>
 
 <li />
 
 <li>third line</li>
 
 </ol>

(note that the second item is missing)

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item