mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
chore: add vue-showdown (#630)
This commit is contained in:
parent
35730b7c80
commit
55314da376
|
@ -435,6 +435,10 @@ If you're using TypeScript you maybe want to use the types from [DefinitelyTyped
|
||||||
|
|
||||||
Integration with SystemJS can be obtained via the third party ["system-md" plugin](https://github.com/guybedford/system-md).
|
Integration with SystemJS can be obtained via the third party ["system-md" plugin](https://github.com/guybedford/system-md).
|
||||||
|
|
||||||
|
## Integration with VueJS
|
||||||
|
|
||||||
|
To use ShowdownJS as a Vue component quickly, you can check [vue-showdown](https://vue-showdown.js.org/).
|
||||||
|
|
||||||
## XSS vulnerability
|
## XSS vulnerability
|
||||||
|
|
||||||
Showdown doesn't sanitize the input. This is by design since markdown relies on it to allow certain features to be correctly parsed into HTML.
|
Showdown doesn't sanitize the input. This is by design since markdown relies on it to allow certain features to be correctly parsed into HTML.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user