mohzy83 / NppMarkdownPanel

Lightweight Notepad++ plugin to preview Markdown files
MIT License
224 stars 36 forks source link

Single line breaks aren't rendered as new lines #32

Closed PetbkA closed 3 years ago

PetbkA commented 3 years ago

notepad++_2020-10-13_19-04-23

Only double line breaks renders as new line.

Problem doesn't depend on line break types (i.e. Windows (CR LF), Unix (LF), Mac (CR)).

Plugin version: 0.5.0

mohzy83 commented 3 years ago

Hi, this is default markdown behaviour. https://www.markdownguide.org/basic-syntax#line-breaks You have to add 2 or more spaces at the end and you will get the linebreak: grafik

keith555 commented 1 year ago

It would be nice to have an option to respect linebreaks regardless of the number of spaces.

SaturnusDJ commented 4 months ago

It would be nice to have an option to respect linebreaks regardless of the number of spaces.

I would like this too, because Github Markdown behaves like that.