Luapress
Luapress copied to clipboard
numbering notation does not work
# test
1. test 1
do something
2. test 2
do another thing
3. test 3
Should produce
test
- test1
do something
- test 2
do another thing
- test 3
but produces only 1. 1. 1.
@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 I am not sure it is since even in numerous editors (i.e: Atom , Visual Code, etc..) it behaves the same as in GitHub.