benrbray / noteworthy

Markdown editor with bidirectional links and excellent math support, powered by ProseMirror. (In Development!)
https://noteworthy.ink
GNU Affero General Public License v3.0
236 stars 14 forks source link

preserve `_italic_` syntax on save #40

Open benrbray opened 1 year ago

benrbray commented 1 year ago

Noteworthy can read underscore _italic_ syntax, but always saves italics as asterisk *italic* syntax. This can pollute git diffs when collaborating with others.