Initial kramdown SSE parser
Update toast UI so customHTMLRenderer option actually works. Implement initial kramdown parse and replace with an uneditable node. Additionally account for customHTMLRenderers vs. defaults.
Showing
... | ... | @@ -46,8 +46,8 @@ |
"@rails/actioncable": "^6.0.3-1", | ||
"@sentry/browser": "^5.10.2", | ||
"@sourcegraph/code-host-integration": "0.0.48", | ||
"@toast-ui/editor": "^2.0.1", | ||
"@toast-ui/vue-editor": "^2.0.1", | ||
"@toast-ui/editor": "2.1.2", | ||
"@toast-ui/vue-editor": "2.1.2", | ||
"apollo-cache-inmemory": "^1.6.3", | ||
"apollo-client": "^2.6.4", | ||
"apollo-link": "^1.2.11", | ||
... | ... |
Please register or sign in to comment