mdless
mdless copied to clipboard
Enumeration doesn't work
The numbers in an enumerated environment are not set correctly:
- Item1
- Item2
- Item3
should give
- Item1
- Item2
- Item3
but mdless shows
- Item1
- Item2
- Item3
Hard to say from your post, but I think you're expecting mdless to actually process Markdown, which it does not. It only highlights it.
Oh, I see. I thought it would actually process it. (That's probably difficult when doing a "less" I suppose?)
The 2.0 versions of mdless now actually interpret Markdown, although list handling took a lot of effort. Let me know if you still see issues.