tybenz/vimdeck

Paragraphs has just one "\n"

Closed this issue · 1 comments

There is only one "\n" at the end of each paragraph. It means that if I have 2 paragraphs in the same slide or if I add a list after a paragraph they will have no empty lines between them.

I think we should have double "\n" after each paragraph. Unless we have another way to insert an empty line between them, but still would be nice to have an empty line after it by default.

Here is an example:

Some text
in one paragraph

- Some
- Itens 
- In
- A
- List

Will be generated as:

Some text
in one paragraph
- Some
- Itens 
- In
- A
- List

Or:

Some text
in one paragraph

Some more text in another paragraph

Will be generated as:

Some text
in one paragraph
Some more text in another paragraph

Thanks for the attention,
Cheers,

This is now fixed as of v0.1.5. Make sure to gem update vimdeck to test and verify.