MacDownApp / macdown

Open source Markdown editor for macOS.
https://macdown.uranusjr.com/
9.44k stars 1.09k forks source link

Line braking update #1320

Open radicm opened 1 year ago

radicm commented 1 year ago

Issue When I was exporting html file out of md there was no line braking at set with it just kept going as one liner

Solution Add word-break: break-word; to p tag

Steps to test Try exporting one md with very long line in html

Before Screenshot 2023-02-03 at 10 32 16

After Screenshot 2023-02-03 at 10 32 25