mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 05:51:53 +02:00
improve: japanese translation of samples/mathematical-notation
This commit is contained in:
parent
7067128e48
commit
5b2f6f5648
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
---
|
---
|
||||||
title: 数学的な表記
|
title: 数学的記法
|
||||||
date: 2019-03-08
|
date: 2019-03-08
|
||||||
description: Blowfish での数学的な表記の簡単なサンプル。
|
description: Blowfish での数学的記法の簡単なサンプル。
|
||||||
tags: ["sample", "katex", "maths", "shortcodes"]
|
tags: ["sample", "katex", "maths", "shortcodes"]
|
||||||
type: 'sample'
|
type: 'sample'
|
||||||
---
|
---
|
||||||
|
|
||||||
KaTeX は数学的な表記を記事内にレンダリングする際に利用できます。
|
KaTeX は数学的記法を記事内にレンダリングする際に利用できます。
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
{{< katex >}}
|
{{< katex >}}
|
||||||
|
|
||||||
Blowfish は数学的な表記を利用する場合のみ、 KaTeX アセットをプロジェクトにバンドルします。これを機能させるには、単に記事内に [`katex` ショートコード]({{< ref "docs/shortcodes#katex" >}}) を含ませてください。以下が例です:
|
Blowfish は数学的記法を利用する場合のみ、 KaTeX アセットをプロジェクトにバンドルします。これを機能させるには、単に記事内に [`katex` ショートコード]({{< ref "docs/shortcodes#katex" >}}) を含ませてください。以下が例です:
|
||||||
|
|
||||||
```md
|
```md
|
||||||
{{</* katex */>}}
|
{{</* katex */>}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue