Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(markdown): Markdown support (#326)
* feat(markdown): Implement Markdown component and use it for README files * fix(markdown): flagrant copy/paste case * feat(md): s/MarkDown/MarkdownWebview/, add MarkdownHtmlview for comments * fix(md): add missing emojis file * feat(markdown): convert todos items into checkboxes Fix #276 * feat(markdown): Support linking to issue/username <span class="emoji-outer emoji-sizer"><span class="emoji-inner" style="background: url(chrome-extension://immhpnclomdloikkpcefncmfgjbkojmh/emoji-data/sheet_apple_64.png);background-position:41.66666666666667% 4.166666666666667%;background-size:4900%" data-codepoints="1f525"></span></span><span class="emoji-outer emoji-sizer"><span class="emoji-inner" style="background: url(chrome-extension://immhpnclomdloikkpcefncmfgjbkojmh/emoji-data/sheet_apple_64.png);background-position:41.66666666666667% 4.166666666666667%;background-size:4900%" data-codepoints="1f525"></span></span> * refactor(markdown): clean up the implementation and use strategy pattern * feat(markdown): Big clean up, introduced experimental table support * feat(markdown): Better table support, clean up api * feat(markdown): Support syntax highlighting, fix Android compat * feat(markdown): rename components to match RN naming style * fix(markdown): use RAW url to get correct content-types for images * fix(markdown): Code cleanup * fix(markdown): Embed OpenSans-Italic.ttf, use bundled CSS file (android)
- Loading branch information