From 83ab39c7bd00c7bdfddc303b765b73ae774e3aab Mon Sep 17 00:00:00 2001 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 04 Mar 2024 20:55:44 +0000 Subject: [PATCH] chore(deps): bump shiki from 1.1.6 to 1.1.7 (#959) --- docs/features/Latex.md | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/docs/features/Latex.md b/docs/features/Latex.md index e019190..b2bdb2d 100644 --- a/docs/features/Latex.md +++ b/docs/features/Latex.md @@ -57,6 +57,15 @@ - Incorrect: `I have $1 and you have $2` produces I have $1 and you have $2 - Correct: `I have \$1 and you have \$2` produces I have \$1 and you have \$2 +### Using mhchem + +Add the following import to the top of `quartz/plugins/transformers/latex.ts` (before all the other +imports): + +```ts title="quartz/plugins/transformers/latex.ts" +import "katex/contrib/mhchem" +``` + ## Customization Latex parsing is a functionality of the [[plugins/Latex|Latex]] plugin. See the plugin page for customization options. -- Gitblit v1.10.0