From ffe1665d026af836e23fc27451392daf1b1e711f Mon Sep 17 00:00:00 2001 From: Chirayu Krishnappa Date: Tue, 20 Aug 2013 11:35:01 -0700 Subject: docs(sce,urlutils): update table to use marked syntax Commit 258cae83dc1a03b6b878a7b4236c499288cd2624 replaced Showdown with marked. --- src/ng/sce.js | 2 +- src/ng/urlUtils.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/ng/sce.js b/src/ng/sce.js index 4441bbc8..60356097 100644 --- a/src/ng/sce.js +++ b/src/ng/sce.js @@ -456,7 +456,7 @@ function $SceDelegateProvider() { * ## What trusted context types are supported? * * | Context | Notes | - * |=====================|================| + * |---------------------|----------------| * | `$sce.HTML` | For HTML that's safe to source into the application. The {@link ng.directive:ngBindHtml ngBindHtml} directive uses this context for bindings. | * | `$sce.CSS` | For CSS that's safe to source into the application. Currently unused. Feel free to use it in your own directives. | * | `$sce.URL` | For URLs that are safe to follow as links. Currently unused (`