MarkdownParser: paragraphs inserted in lists on line breaks #5

Closed
opened 2023-09-08 01:41:51 +00:00 by luca0N · 1 comment
Owner

Adding line breaks in a list will create an erroneous paragraph. For instance:

...
- Imagine this a very long line that is capped at 80 cols
  and then a line break is added
...

...will result in:

...
<li>Imagine this a very long line that is capped at 80 cols
</li>
</ul><p>  and then a line break is added 
<ul><li>...
Adding line breaks in a list will create an erroneous paragraph. For instance: ```md ... - Imagine this a very long line that is capped at 80 cols and then a line break is added ... ``` ...will result in: ```html ... <li>Imagine this a very long line that is capped at 80 cols </li> </ul><p> and then a line break is added <ul><li>... ```
luca0N added the
bug
label 2023-09-08 01:41:51 +00:00
Author
Owner

Fixed by 12814571cf.

Fixed by 12814571cf.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: luca0N/swg#5
No description provided.