From 4af13e5e762f1a4c187cf42f1eced169521dd609 Mon Sep 17 00:00:00 2001 From: Liu Xinyu Date: Tue, 18 Dec 2018 06:40:32 +0800 Subject: [PATCH] chore: add vue-showdown (#630) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4c6008a..a2a87ab 100644 --- a/README.md +++ b/README.md @@ -404,6 +404,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 VueJS + +To use ShowdownJS as a Vue component quickly, you can check [vue-showdown](https://vue-showdown.js.org/). + ## 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.