aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/index.html
diff options
context:
space:
mode:
authorMatias Niemelä2013-07-08 21:58:14 -0400
committerIgor Minar2013-07-26 08:51:38 -0700
commit258cae83dc1a03b6b878a7b4236c499288cd2624 (patch)
treee793480d3d237ba10e31203a67e67ef93b47c00a /docs/src/templates/index.html
parentab189142988043d0513bb796c3b54ca7d07f242d (diff)
downloadangular.js-258cae83dc1a03b6b878a7b4236c499288cd2624.tar.bz2
chore(ngdocs): replace showdown.js with marked.js
Diffstat (limited to 'docs/src/templates/index.html')
-rw-r--r--docs/src/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html
index 65e26c99..82a5c87e 100644
--- a/docs/src/templates/index.html
+++ b/docs/src/templates/index.html
@@ -47,7 +47,7 @@
addTag('script', {src: 'components/angular-bootstrap-prettify.js' }, sync);
addTag('script', {src: 'components/google-code-prettify.js' }, sync);
addTag('script', {src: 'components/' + (debug ? 'lunr.js' : 'lunr.min.js') }, sync);
- addTag('script', {src: 'components/' + (debug ? 'showdown.js' : 'showdown.min.js') }, sync);
+ addTag('script', {src: 'components/marked.js' }, sync);
addTag('script', {src: 'docs-data.js'}, sync);
addTag('script', {src: 'js/docs.js'}, sync);