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/urlUtils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ng/urlUtils.js') diff --git a/src/ng/urlUtils.js b/src/ng/urlUtils.js index af2d913f..c747ad9a 100644 --- a/src/ng/urlUtils.js +++ b/src/ng/urlUtils.js @@ -58,7 +58,7 @@ function $$UrlUtilsProvider() { * Otherwise, returns an object with the following members. * * | member name | Description | - * |===============|================| + * |---------------|----------------| * | href | A normalized version of the provided URL if it was not an absolute URL | * | protocol | The protocol including the trailing colon | * | host | The host and port (if the port is non-default) of the normalizedUrl | @@ -66,7 +66,7 @@ function $$UrlUtilsProvider() { * These fields from the UrlUtils interface are currently not needed and hence not returned. * * | member name | Description | - * |===============|================| + * |---------------|----------------| * | hostname | The host without the port of the normalizedUrl | * | pathname | The path following the host in the normalizedUrl | * | hash | The URL hash if present | -- cgit v1.2.3