Browse Source

export the highlight.js instance

Hakim El Hattab 5 years ago
parent
commit
5e4c5c33a9
3 changed files with 2 additions and 0 deletions
  1. 0 0
      plugin/highlight/highlight.esm.js
  2. 0 0
      plugin/highlight/highlight.js
  3. 2 0
      plugin/highlight/plugin.js

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_RANGE_DELIMITER: '-',
 
+	hljs: hljs,
+
 	/**
 	 * Highlights code blocks withing the given deck.
 	 *

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