d0c-s4vage / lookatme

An interactive, terminal-based markdown presenter
https://lookatme.readthedocs.io/en/latest/
MIT License
2.09k stars 61 forks source link

numbered lists don't seem to work #93

Closed Incanus3 closed 3 years ago

Incanus3 commented 3 years ago

Describe the bug numbered lists are rendered as bullet lists

To Reproduce

Expected behavior should render a numbered list

Screenshots If applicable, add screenshots to help explain your problem. Screenshot from 2020-09-19 12-55-13

Environment (please complete the following information):

d0c-s4vage commented 3 years ago

Thanks for filing this bug! Should be an easy one to fix :^)

d0c-s4vage commented 3 years ago

Almost done - image

from

* a list
* another list
    1. a nested numbered list
    1. should increment
        1. blah blah
        1. blah blah
            * hello again
            * hello again
            * hello again
            * hello again
d0c-s4vage commented 3 years ago

Fixed! Also fixed some general list formatting inconsistencies

Incanus3 commented 3 years ago

wow, that was fast. also a cool project, I saw it yesterday in this talk and thought I just have to have that. thanks for the great work.

d0c-s4vage commented 3 years ago

btw @Incanus3 thanks for pointing out that talk! I was wondering why it got so much attention recently

Incanus3 commented 3 years ago

sure, glad to be of help.