Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enumeration doesn't work #44

Open
ulthiel opened this issue Jan 16, 2020 · 3 comments
Open

Enumeration doesn't work #44

ulthiel opened this issue Jan 16, 2020 · 3 comments

Comments

@ulthiel
Copy link

ulthiel commented Jan 16, 2020

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
@ttscoff
Copy link
Owner

ttscoff commented Jan 16, 2020

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.

@ulthiel
Copy link
Author

ulthiel commented Jan 16, 2020

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

@ttscoff
Copy link
Owner

ttscoff commented Jan 1, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants