Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 500 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 500 Bytes

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.