tybenz / vimdeck

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

Paragraphs has just one "\n" #10

Closed erickpintor closed 11 years ago

erickpintor commented 11 years ago

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,

tybenz commented 11 years ago

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