From 0317fd1651536cd0d7a0a5850c31db1ddaa87c0e Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Wed, 5 Jun 2013 14:41:50 -0400 Subject: chore(ngdocs): expose showdown.js to docs pages and docs testing suite --- docs/src/templates/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/src/templates/index.html') diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html index 87b76bad..eec2e5a2 100644 --- a/docs/src/templates/index.html +++ b/docs/src/templates/index.html @@ -47,6 +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: 'js/docs.js'}, sync); addTag('script', {src: 'docs-keywords.js'}, sync); -- cgit v1.2.3