snarkdown icon indicating copy to clipboard operation
snarkdown copied to clipboard

add support for nested lists

Open stutrek opened this issue 2 years ago • 0 comments

Thank you for this library, it's the best regex barf I've worked with in years.

This PR adds support for sublists in the standard markdown way:

- lists
  - within lists
- also
  1. different types of sublists

I am embarrassed that it changes the output of one test, but it's only a whitespace change so rendered HTML should remain the same.

Fixes #104 Successor to #110

stutrek avatar Nov 29 '22 17:11 stutrek