tybenz/vimdeck

Only one list per slide?

Closed this issue · 1 comments

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

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