Luapress icon indicating copy to clipboard operation
Luapress copied to clipboard

numbering notation does not work

Open 4mig4 opened this issue 5 years ago • 2 comments

# 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.

4mig4 avatar Nov 25 '19 08:11 4mig4

@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.

Fizzadar avatar Nov 25 '19 10:11 Fizzadar

@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.

4mig4 avatar Nov 25 '19 11:11 4mig4