Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/guide/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ and include it like this:
This is currently opt-in. To enable it, you need to install `markdown-it-mathjax3` and set `markdown.math` to `true` in your config file:

```sh
npm add -D markdown-it-mathjax3^4
npm add -D markdown-it-mathjax3@^4
```

```ts [.vitepress/config.ts]
Expand Down
2 changes: 1 addition & 1 deletion docs/es/guide/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ Observe que esto no genera errores si el archivo no está presente. Por lo tanto
Esto es actualmente opcional. Para activarlo, necesita instalar `markdown-it-mathjax3` y definir `markdown.math` como `true` en su archivo de configuración:

```sh
npm add -D markdown-it-mathjax3^4
npm add -D markdown-it-mathjax3@^4
```

```ts [.vitepress/config.ts]
Expand Down
2 changes: 1 addition & 1 deletion docs/fa/guide/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ export default config
در حال حاضر این گزینه اختیاری است. برای فعال‌سازی آن، باید `markdown-it-mathjax3` را نصب کرده و `markdown.math` را در فایل پیکربندی خود به `true` تنظیم کنید:

```sh
npm add -D markdown-it-mathjax3^4
npm add -D markdown-it-mathjax3@^4
```

```ts [.vitepress/config.ts]
Expand Down
6 changes: 3 additions & 3 deletions docs/ja/guide/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -953,9 +953,9 @@ VS Code のリージョンの代わりに、ヘッダーアンカーを使って

この機能はオプトインです。利用するには `markdown-it-mathjax3` をインストールし、設定ファイルで `markdown.math` を `true` に設定します。

```sh
npm add -D markdown-it-mathjax3^4
```
```sh
npm add -D markdown-it-mathjax3@^4
```

```ts [.vitepress/config.ts]
export default {
Expand Down
2 changes: 1 addition & 1 deletion docs/ko/guide/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ Can be created using `.foorc.json`.
선택 사항입니다. 활성화하려면 `markdown-it-mathjax3`를 설치하고 설정 파일에서 `markdown.math`를 `true`로 설정해야 합니다:

```sh
npm add -D markdown-it-mathjax3^4
npm add -D markdown-it-mathjax3@^4
```

```ts [.vitepress/config.ts]
Expand Down
2 changes: 1 addition & 1 deletion docs/pt/guide/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ Observe que isso não gera erros se o arquivo não estiver presente. Portanto, a
Isso é atualmente opcional. Para ativá-lo, você precisa instalar `markdown-it-mathjax3` e definir `markdown.math` como `true` no seu arquivo de configuração:

```sh
npm add -D markdown-it-mathjax3^4
npm add -D markdown-it-mathjax3@^4
```

```ts [.vitepress/config.ts]
Expand Down
2 changes: 1 addition & 1 deletion docs/ru/guide/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ export default config
В настоящее время эта фича предоставляется по желанию. Чтобы включить её, вам нужно установить `markdown-it-mathjax3` и установить значение `true` для опции `markdown.math` в вашем файле конфигурации:

```sh
npm add -D markdown-it-mathjax3^4
npm add -D markdown-it-mathjax3@^4
```

```ts [.vitepress/config.ts]
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guide/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ Can be created using `.foorc.json`.
现在这是可选的。要启用它,需要安装 `markdown-it-mathjax3`,在配置文件中设置`markdown.math` 为 `true`:

```sh
npm add -D markdown-it-mathjax3^4
npm add -D markdown-it-mathjax3@^4
```

```ts [.vitepress/config.ts]
Expand Down