Syntax Highlighting
Definition
Syntax highlighting is the display of source code in different colors and fonts according to the category of terms. This makes code easier to read and understand.
In markdown, syntax highlighting is applied to code blocks by specifying the language after the opening backticks.
markshare uses Shiki, the same syntax highlighter as VS Code, supporting 100+ programming languages.