CaptainBeyondDS8/text-editor-8000

Update Markdown library

CaptainBeyondDS8 opened this issue · 2 comments

Issues with current Markdown implementation: https://github.com/vmihalachi/turbo-editor/issues/140
Current implementation is also not suitable for F-Droid since it is binary only. https://github.com/vmihalachi/turbo-editor/issues/147#issuecomment-361626598

It was suggested to use https://github.com/atlassian/commonmark-java as a starting point so I'll look into that.

I chose to move to commonmark-java. Attached is an example of text being rendered.

screenshot_1529742689

screenshot_1529742683

This Markdown update seems to have resolved this issue as well. I can successfully preview a markdown file containing only "%20"

https://github.com/vmihalachi/turbo-editor/issues/118