export the highlight.js instance

This commit is contained in:
Hakim El Hattab
2020-05-27 15:25:26 +02:00
parent 0c9c9d55f3
commit 5e4c5c33a9
3 changed files with 4 additions and 2 deletions

View File

@@ -16,6 +16,8 @@ const Plugin = {
HIGHLIGHT_LINE_DELIMITER: ',',
HIGHLIGHT_LINE_RANGE_DELIMITER: '-',
hljs: hljs,
/**
* Highlights code blocks withing the given deck.
*