mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
20 lines
675 B
Markdown
20 lines
675 B
Markdown
|
## 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
|