Conversation
|
So right now I started on the rewrite for nested lists (since the way I started the pr would not work well). It's broken and still in progress and there's also debug stuff left in right now, but I'm just trying to figure out the logic for it because it's slightly confusing me on why it doesn't work 😭 |
|
ok so the parsing SHOULD be good, i debugged it and stepped through the parsing stuff and it looks correct, but after it gets parsed something goes wrong and the output message is all weird, I dont really know the whole process between when it gets parsed and when it gets rendered, so @llsc12 if you could look and see whats wrong that would be nice |
|
shall look into it soon, just doing some uni work rn tho |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
o |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
|
okay so i have it working properly but its pretty laggy when scrolling 😬 |
|
fixed the performance issue (i just used a really bad way to add the spacing for the indented lists) |
related to #13
makes max heading level 3
adds indentation to the nested items
adds numbers to ordered lists