-
-
Notifications
You must be signed in to change notification settings - Fork 543
Closed
Labels
area: backendThis issue involves Python, Django or dependency (eg. database)This issue involves Python, Django or dependency (eg. database)feature: parserParser converts markdown/bbcode strings into other formsParser converts markdown/bbcode strings into other forms
Milestone
Description
Markdown spec: https://spec.commonmark.org/0.31.2/#list-items
Misago's parser is quite behind the spec on this one:
- Doesn't support multiline list items
- Doesn't differentiate between tight and loose lists
- Doesn't support nesting blocks in list items
- Doesn't support custom
startattribute on ordered lists
Also new parser problems introduced in #1882:
- non-indented next line should only be included in a list item if its not a block item
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: backendThis issue involves Python, Django or dependency (eg. database)This issue involves Python, Django or dependency (eg. database)feature: parserParser converts markdown/bbcode strings into other formsParser converts markdown/bbcode strings into other forms