diff --git a/tests/examples/highlightjs-dark/docs/index.md b/tests/examples/highlightjs-dark/docs/index.md index 22e0b172..0f449426 100644 --- a/tests/examples/highlightjs-dark/docs/index.md +++ b/tests/examples/highlightjs-dark/docs/index.md @@ -41,17 +41,20 @@ Add the Highlight.js javascript library file(s) to your `mkdocs.yml`: highlight.min.js - **Required.** the core Highlight.js library logic and highlighting instructions for ~40 common programming languages - +
+
add_hljs_highlight.js - **Required.** a small script which uses the Highlight.js library to hilight code blocks once an HTML page is loaded in the browser (see [Add Highlighter Code](index.md#add-highlighter-code)) - +
+
LANGUAGE.min.js - **Optional.** highlighting instructions for any language not included in the core library - +
+
/// #### CSS files diff --git a/tests/examples/highlightjs/docs/index.md b/tests/examples/highlightjs/docs/index.md index 9db7493f..c2202434 100644 --- a/tests/examples/highlightjs/docs/index.md +++ b/tests/examples/highlightjs/docs/index.md @@ -41,17 +41,20 @@ Add the Highlight.js javascript library file(s) to your `mkdocs.yml`: highlight.min.js - **Required.** the core Highlight.js library logic and highlighting instructions for ~40 common programming languages - +
+
add_hljs_highlight.js - **Required.** a small script which uses the Highlight.js library to hilight code blocks once an HTML page is loaded in the browser (see [Add Highlighter Code](index.md#add-highlighter-code)) - +
+
LANGUAGE.min.js - **Optional.** highlighting instructions for any language not included in the core library - +
+
/// #### CSS files