diff options
Diffstat (limited to 'docs/src/templates')
| -rw-r--r-- | docs/src/templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
