1
0
mirror of https://gitnet.fr/deblan/gist.git synced 2021-08-14 08:30:49 +02:00

Embed block: highlighting

This commit is contained in:
Simon Vieille 2017-10-15 03:01:42 +02:00
parent 1a79e4520f
commit b83e1655b5

View File

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