mdless icon indicating copy to clipboard operation
mdless copied to clipboard

Enumeration doesn't work

Open ulthiel opened this issue 5 years ago • 3 comments

The numbers in an enumerated environment are not set correctly:

  1. Item1
  2. Item2
  3. Item3

should give

  1. Item1
  2. Item2
  3. Item3

but mdless shows

  1. Item1
  2. Item2
  3. Item3

ulthiel avatar Jan 16 '20 11:01 ulthiel

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.

ttscoff avatar Jan 16 '20 13:01 ttscoff

Oh, I see. I thought it would actually process it. (That's probably difficult when doing a "less" I suppose?)

ulthiel avatar Jan 16 '20 20:01 ulthiel

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.

ttscoff avatar Jan 01 '24 21:01 ttscoff