Login
or
register
Overview
Introduction
Features
Credits
License
This Wiki
Status
News
Releases
Change Log
Recent Wiki Edits
User Guide
Installation
Command Line
Using as a Module
Integration
Reporting Bugs
Advanced
Mailing List
Source Code
Test Suite
Extensions
Extensions
Writing Extensions
Available Extensions
Related Projects
Tickets
▹ 000058
Missing p tag on 2 line list item with nested list.
Anonymous users must enter
captcha
below.
Don't put anything here
Ticket Information
Ticket Title
It appears that the test at `tests/misc/some-test.txt` is incorrect. The following input: * item 1 line 2 * item 1-1 * item 2 line 2 * item 2-1 * item 3 line 2 * item 3-1 Generates the following output (whitespace added for clarity): <ul> <li>item 1 <!-- This line and next should be in a p --> line 2 <ul> <li>item 1-1</li> </ul> </li> <li> <p>item 2 line 2</p> <ul> <li>item 2-1</li> </ul> </li> <li> <p>item 3 line 2</p> <ul> <li>item 3-1</li> </ul> </li> </ul> The actual output should be: <ul> <li> <p>item 1 <!-- This is correct --> line 2</p> <ul> <li>item 1-1</li> </ul> </li> <li> <p>item 2 line 2</p> <ul> <li>item 2-1</li> </ul> </li> <li> <p>item 3 line 2</p> <ul> <li>item 3-1</li> </ul> </li> </ul>
Reported by
Assigned to
Status
open
someday
resolved
closed
Resolution
n.a.
fixed
wontfix
Don't put anything here
Don't put anything here
Advanced Fields
Priority
unassigned
high
medium
low
Resolution Explanation
Component
Don't put anything here
Don't put anything here
About This Edit
Don't put anything here
Minor Edit
Edit Summary
save
preview
cancel
Powered by
Sputnik
|
XHTML 1.1