github.com
Delay Markdown Rendering Until Display · Issue #91 · dahlia/hollo
This software currently renders markdown content to HTML upon receiving a message through the API, and stores it in contentHTML. The PostContent component directly uses contentHTML, which restricts...