diff --git a/docs/integrations.md b/docs/integrations.md new file mode 100644 index 0000000..bc85664 --- /dev/null +++ b/docs/integrations.md @@ -0,0 +1,20 @@ +## AngularJS + +ShowdownJS project provides seamless integration with AngularJS via a plugin. + +Check [`ng-showdown`](https://github.com/showdownjs/ngShowdown) repository for more information. + +## TypeScript + +If you're using TypeScript, you may want to use the types from the [DefinitelyTyped][definitely-typed] repository. + +## SystemJS/JSPM + +To integrate ShowdownJS with SystemJS, you can use a third-party [system-md plugin](https://github.com/guybedford/system-md). + +## Vue.js + +To use ShowdownJS as a Vue component, you can check [vue-showdown](https://vue-showdown.js.org/). + + +[definitely-typed]: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/showdown \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 8d772f4..b87fdf0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -37,4 +37,5 @@ nav: - Showdown options: configuration.md - Available options: available-options.md - Flavors: flavors.md - - CLI: cli.md \ No newline at end of file + - CLI: cli.md + - Integrations: integrations.md \ No newline at end of file