vue-markdown icon indicating copy to clipboard operation
vue-markdown copied to clipboard

A Powerful and Highspeed Markdown Parser for Vue

Results 102 vue-markdown issues
Sort by recently updated
recently updated
newest added

[@crazydos/vue-markdown](https://www.npmjs.com/package/@crazydos/vue-markdown) [@yugu/vue-markdown-legacy](https://www.npmjs.com/package/@yugu/vue-markdown-legacy)

`vue-markdown` uses `markdown-it` as its markdown rendering engine. However, it changes the [default escaping policy](https://github.com/markdown-it/markdown-it/blob/master/docs/security.md) to enable HTML rendering by default, making them more vulnerable to XSS attack. Depending on...