lorenzwalthert / stylermd

Make markdown or plain text fit 80 characters. Or any limit you want.
21 stars 2 forks source link

Allow arbitrary nesting of enumerations #15

Closed lorenzwalthert closed 5 years ago

lorenzwalthert commented 5 years ago

Must build on 1e48756f1f5675546787015d3d4dd7845e37fb56. To make this work in a more generic fashion, we can't rely on this simple heuristic. We need a functional mapping instead of a rule-based approach, probably requiring a dedicated class for enumeration.

lorenzwalthert commented 5 years ago

Resolved in 7cd7812b