Embed block: highlighting

This commit is contained in:
Simon Vieille 2017-10-15 03:01:42 +02:00
parent 1a79e4520f
commit b83e1655b5
1 changed files with 1 additions and 0 deletions

View File

@ -179,6 +179,7 @@ var viewerEvents = function() {
if ($embedCode.length) {
$embedCode.html($embedCode.html().replace('%key%', to));
Prism.highlightAll();
}
});
}