SimonFairbairn / SwiftyMarkdown

Converts Markdown files and strings into NSAttributedStrings with lots of customisation options.
MIT License
1.64k stars 275 forks source link

Indented Lists not applicable on latest versions #98

Open Nestor231 opened 3 years ago

Nestor231 commented 3 years ago

in version 1.02, Indented lists are supported, although the indented item cannot be modified. But in the later versions, There is no more indented list. Please support the indented list again, together with the ability to modify the list.

Version 1.0.2

Screen Shot 2020-11-11 at 7 54 39 PM

Version 1.2.3

Screen Shot 2020-11-11 at 8 04 33 PM
Nestor231 commented 3 years ago

@SimonFairbairn

miktav commented 3 years ago

I'm finding the same thing. But it works if you use a tab character instead of spaces:

- Lists\n\t- Including indented lists\n\t\t- Up to three levels