summaryrefslogtreecommitdiff
path: root/public/js/index.js
diff options
context:
space:
mode:
authorWu Cheng-Han2015-12-22 17:51:07 -0600
committerWu Cheng-Han2015-12-22 17:51:07 -0600
commit48d5889a30ea7a16f724a9222e8df7b365edb307 (patch)
treee9356e8ef995b2bc25e7a4a9434146002c8ed169 /public/js/index.js
parent2ad54c516a5c3cd88345b9c0f6e5a720050c935d (diff)
Added support of slideshare and speakerdeck syntax and autocomplete
Diffstat (limited to 'public/js/index.js')
-rw-r--r--public/js/index.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/js/index.js b/public/js/index.js
index 03f5e587..f37244bb 100644
--- a/public/js/index.js
+++ b/public/js/index.js
@@ -104,6 +104,14 @@ var supportExternals = [
{
text: '{%gist gistid %}',
search: 'gist'
+ },
+ {
+ text: '{%slideshare slideshareid %}',
+ search: 'slideshare'
+ },
+ {
+ text: '{%speakerdeck speakerdeckid %}',
+ search: 'speakerdeck'
}
];
var supportExtraTags = [