Hinaser / gfm-advanced

GitHub Flavored Markdown Editor plugin for IntelliJ compatible IDEs.
https://plugins.jetbrains.com/plugin/14683-gfma
MIT License
16 stars 1 forks source link

New line characters treated as <br> #23

Open DigiLive opened 2 years ago

DigiLive commented 2 years ago

When I preview my file, all lines break at the same position as my source.

Imagine this is a very long line
which spans over two lines in the source.

result in: Imagine this is a very long line which spans over two lines in the source.

but I expected: Imagine this is a very long line which spans over two lines in the source.

https://github.github.com/gfm/#hard-line-breaks https://github.github.com/gfm/#soft-line-breaks