You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's a small example and how it renders inside github (which is what I expect):
Task 1
Task 2
Task 3
Sub Task 3.1
Sub Task 3.2
Task 4
Sub Task 3.1
Sub Task 3.2
And this is how it renders inside markwon with default implementations:
Problem
The sub tasks that are not checkable should not add spaces above/below them and they should be intended - just like the sub tasks that are checkable do
The text was updated successfully, but these errors were encountered:
this happens because there is a difference in implementations. Markwon does not parse task list items as part of lists. This is why they cannot nest other lists and could not be nested inside other lists. I think we should align with how Github renders them (at least as long as commonmark specification does not include them).
I'm going to schedule this change to the next release
Infos
Please specify expected/actual behavior
Here's a small example and how it renders inside github (which is what I expect):
And this is how it renders inside markwon with default implementations:
Problem
The sub tasks that are not checkable should not add spaces above/below them and they should be intended - just like the sub tasks that are checkable do
The text was updated successfully, but these errors were encountered: