Răsfoiți Sursa

Merge pull request #166 from schmijos/patch-2

docs(README.md): add typescript info
Estevão Soares dos Santos 10 ani în urmă
părinte
comite
5aae53f773
1 a modificat fișierele cu 4 adăugiri și 0 ștergeri
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -178,6 +178,10 @@ var defaultOptions = showdown.getDefaultOptions();
 ShowdownJS project also provides seamlessly integration with AngularJS via a "plugin".
 Please visit https://github.com/showdownjs/ngShowdown for more information.
 
+## Integration with TypeScript
+
+If you're using TypeScript you maybe want to use the types from [DefinitelyTyped](https://github.com/borisyankov/DefinitelyTyped/tree/master/showdown)
+
 ## 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.