realartists / shiphub-cocoa

MIT License
30 stars 5 forks source link

Adopt cmark #454

Open james-howard opened 7 years ago

james-howard commented 7 years ago

GitHub uses a fork of cmark for its markdown rendering. We should adopt this too and use it instead of marked.js to get perfect markdown rendering capability.

james-howard commented 6 years ago

Should investigate compiling cmark to webassembly. This would allow us to call it synchronously, and would also provide a sandbox for it.

Notes: