mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-06-04 22:42:33 -04:00
Refactored JavaScript architecture
This commit is contained in:
@@ -6,8 +6,8 @@ executed during compilation of the Markdown file.
|
||||
|
||||
## Installation
|
||||
|
||||
CodeHilite parses code blocks and wraps them in `pre` tags. If [Pygments][] is
|
||||
installed, which is a generic syntax highlighter with support for over
|
||||
CodeHilite parses code blocks and wraps them in `<pre>` tags. If [Pygments][]
|
||||
is installed, which is a generic syntax highlighter with support for over
|
||||
[300 languages][], CodeHilite will also highlight the code block. Pygments can
|
||||
be installed with the following command:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user