ruddfawcett / Notepad

[iOS] A fully themeable markdown editor with live syntax highlighting.
http://rudd.fyi/notepad
MIT License
881 stars 106 forks source link

Line break inside bold or italic markup leaves first part marked up #39

Open sfsam opened 6 years ago

sfsam commented 6 years ago
  1. Run the example Mac app.
  2. Place the caret in the middle of the word bold.
  3. Hit return.
  4. Observe that the first part of the word (bo) is still bold while the part on the new line (ld) is regular weight. It seems that both parts should either be bold or not be bold.

Same type of error for italics.

ruddfawcett commented 6 years ago

Hi, any interest in submitting a pull request with a fix?