Sublist behavior change: Sublists with single space are not rendered as sublists #1923
Labels
category: lists
L2 - annoying
Similar to L1 - broken but there is a known workaround available for the issue
parser: Pedantic
released
works as intended
Marked version:
v1.2.3
Describe the bug
Sublists single indent are not rendered as html sublists.
Why is this significant? To borrow from the github flavored markdown spec: (https://github.github.com/gfm/#why-is-a-spec-needed-)
I upgraded from v0.8.2 to v1.2.5, and some customers relied on sublist indentation of a single space.
It looks like the behavior change shipped in v1.2.3.
Here is a comparison of changes between versions:
v1.2.2...v1.2.3
To Reproduce
Steps to reproduce the behavior:
v1.2.3 Demo
v1.2.2 Demo
Expected behavior
I don't know the optimal way to handle this behavior change, and I would appreciate feedback/suggestions.
Maybe setting
pedantic=true
should render sublists similar to v1.2.2 for the following input?To see how
markdown.pl
handles the input, visit:https://daringfireball.net/projects/markdown/dingus
The text was updated successfully, but these errors were encountered: