tybenz / vimdeck

VIM as a presentation tool
MIT License
1.41k stars 57 forks source link

Only one list per slide? #21

Closed valencik closed 10 years ago

valencik commented 10 years ago

When making multiple lists on a single slide formatting issues appear. Similar problems arise with unordered lists as well.

## Title

first body text

1. item 1
2. item 2

second body text

1. new item 1
2. new item 1

third body text

Generates:

         _______ __  __
        /_  __(_) /_/ /__
         / / / / __/ / -_)
        /_/ /_/\__/_/\__/

        first body text

        1. item 1
        2. item 2
        3. ~@>second body text
        4.
        5. <@~new item 1
        6. new item 1third body text

Gist of /presentation contents: https://gist.github.com/valencik/9533ecc864cd23d5810a

tybenz commented 10 years ago

Should be fixed. Let me know if the issue persists.