mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 23:54:42 -04:00
Added support of slideshare and speakerdeck syntax and autocomplete
This commit is contained in:
parent
2ad54c516a
commit
48d5889a30
2 changed files with 76 additions and 1 deletions
|
@ -104,6 +104,14 @@ var supportExternals = [
|
|||
{
|
||||
text: '{%gist gistid %}',
|
||||
search: 'gist'
|
||||
},
|
||||
{
|
||||
text: '{%slideshare slideshareid %}',
|
||||
search: 'slideshare'
|
||||
},
|
||||
{
|
||||
text: '{%speakerdeck speakerdeckid %}',
|
||||
search: 'speakerdeck'
|
||||
}
|
||||
];
|
||||
var supportExtraTags = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue