Browse Source

export the highlight.js instance

Hakim El Hattab 5 years ago
parent
commit
5e4c5c33a9

File diff suppressed because it is too large
+ 0 - 0
plugin/highlight/highlight.esm.js


File diff suppressed because it is too large
+ 0 - 0
plugin/highlight/highlight.js


+ 2 - 0
plugin/highlight/plugin.js

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

Some files were not shown because too many files changed in this diff