From 5106f6f928b640c5a057cd5502225b1a38df8090 Mon Sep 17 00:00:00 2001 From: Josua Schmid Date: Tue, 23 Jun 2015 11:13:22 +0200 Subject: [PATCH] Update README.md Added information about TypeScript types. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 13c5aea..82b3ee6 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,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.