Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

numbering notation does not work #86

Open
4mig4 opened this issue Nov 25, 2019 · 2 comments
Open

numbering notation does not work #86

4mig4 opened this issue Nov 25, 2019 · 2 comments

Comments

@4mig4
Copy link

4mig4 commented Nov 25, 2019

# test

1. test 1

do something


2. test 2

do another thing


3. test 3

Should produce

test

  1. test1
do something
  1. test 2
do another thing
  1. test 3

but produces only 1. 1. 1.

@Fizzadar
Copy link
Owner

@4mig4 is this GitHub specific? I've never seen this work before - tested just now in MacDown and it's behaving as Luapress does...

Either way while I would like to support this - the markdown parsing is handled by the lua-discount library, so this will likely need support in discount itself, and possibly changes to the bindings there.

@4mig4
Copy link
Author

4mig4 commented Nov 25, 2019

@Fizzadar I am not sure it is since even in numerous editors (i.e: Atom , Visual Code, etc..) it behaves the same as in GitHub.

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

No branches or pull requests

2 participants