2019-11-07 17:48:34 +03:00

500 B

Editor

Markdown editor for Android based on Markwon.

Main principle: difference between input text and rendered markdown is considered to be punctuation.

https://noties.io/Markwon/docs/v4/editor/

Limitations

Tables and LaTeX nodes won't be rendered correctly. They will be treated as punctuation as whole. This comes from their implementation - they are mocked and do not present in final result as text and thus cannot be diffed.