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
this commit by @lucponnau shows a possible solution for supporting bullet lists but doesn't account for the fact that you can also make a bullet list with - (not just *) or that you can nest lists. Then there's the handling of <number>. lists (e.g. 1.)
We should
be able to fold lists of all types
be able to fold nested lists separately from their parents.
The text was updated successfully, but these errors were encountered:
this commit by @lucponnau shows a possible solution for supporting bullet lists but doesn't account for the fact that you can also make a bullet list with
-
(not just*
) or that you can nest lists. Then there's the handling of<number>.
lists (e.g.1.
)We should
The text was updated successfully, but these errors were encountered: