mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-02-17 18:49:21 +01:00
Documentation
This commit is contained in:
parent
748be34f8e
commit
49bfe6e572
@ -21,8 +21,8 @@ Material for MkDocs.
|
|||||||
[:octicons-file-code-24: Source][5] · [:octicons-workflow-24: Extension][6]
|
[:octicons-file-code-24: Source][5] · [:octicons-workflow-24: Extension][6]
|
||||||
|
|
||||||
The [Arithmatex][6] extension, which is part of of [Python Markdown
|
The [Arithmatex][6] extension, which is part of of [Python Markdown
|
||||||
Extensions][7], allows rendering block-style and inline equations, and can be
|
Extensions][7], allows the rendering of block and inline block equations, and
|
||||||
enabled via `mkdocs.yml`:
|
can be enabled via `mkdocs.yml`:
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
@ -90,8 +90,7 @@ information._
|
|||||||
|
|
||||||
### Using block syntax
|
### Using block syntax
|
||||||
|
|
||||||
When using LaTeX syntax, blocks must be enclosed in `#!latex $$...$$` on
|
Blocks must be enclosed in `#!latex $$...$$` or `#!latex \[...\]`on separate lines:
|
||||||
separate lines:
|
|
||||||
|
|
||||||
_Example_:
|
_Example_:
|
||||||
|
|
||||||
@ -107,9 +106,9 @@ $$
|
|||||||
\operatorname{ker} f=\{g\in G:f(g)=e_{H}\}{\mbox{.}}
|
\operatorname{ker} f=\{g\in G:f(g)=e_{H}\}{\mbox{.}}
|
||||||
$$
|
$$
|
||||||
|
|
||||||
### Using inline syntax
|
### Using inline block syntax
|
||||||
|
|
||||||
When using LaTeX syntax, inline blocks must be enclosed in `#!latex $...$`:
|
Inline blocks must be enclosed in `#!latex $...$` or `#!latex \(...\)`:
|
||||||
|
|
||||||
_Example_:
|
_Example_:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user