diff options
| author | Misko Hevery | 2011-02-03 15:21:34 -0800 |
|---|---|---|
| committer | Misko Hevery | 2011-02-03 20:03:38 -0800 |
| commit | 882f412d578e4f01394847fa5fde21b6b4096de2 (patch) | |
| tree | 2d62877e0c00a5117ae3988172e630b1af9c10e5 /docs/src/ngdoc.js | |
| parent | 0d4def68ae0d95dd106d2731d60b6d6b635b5afc (diff) | |
| download | angular.js-882f412d578e4f01394847fa5fde21b6b4096de2.tar.bz2 | |
Added remainder of the cookbook
Diffstat (limited to 'docs/src/ngdoc.js')
| -rw-r--r-- | docs/src/ngdoc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/ngdoc.js b/docs/src/ngdoc.js index 92379420..18ea523b 100644 --- a/docs/src/ngdoc.js +++ b/docs/src/ngdoc.js @@ -59,7 +59,7 @@ Doc.prototype = { markdown: function (text) { var self = this; - var IS_URL = /^(https?:\/\/|ftps?:\/\/|mailto:)/; + var IS_URL = /^(https?:\/\/|ftps?:\/\/|mailto:|\.|\/)/; var IS_ANGULAR = /^angular\./; if (!text) return text; var parts = text.split(/(<pre>[\s\S]*?<\/pre>|<doc:example>[\s\S]*?<\/doc:example>)/), |
