mirror of
https://github.com/vale981/recommonmark
synced 2025-03-04 17:41:38 -05:00
Small change
This commit is contained in:
parent
5a14811519
commit
9868c77bd8
1 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,7 @@ def function():
|
|||
### Math Formula
|
||||
You can normally write latex math formula with `math` codeblock. See also [Inline Math](#inline-math).
|
||||
|
||||
**Warning**: Math is currently broken on some Sphinx builds
|
||||
**Warning**: Math is currently broken on some Sphinx builds.
|
||||
|
||||
Example
|
||||
|
||||
|
@ -252,7 +252,7 @@ in the beginning and end of inline codeblock.
|
|||
|
||||
Example
|
||||
|
||||
**Warning**: Math is currently broken on some Sphinx builds
|
||||
**Warning**: Math is currently broken on some Sphinx builds.
|
||||
|
||||
```
|
||||
This formula `$ y=\sum_{i=1}^n g(x_i) $`
|
||||
|
|
Loading…
Add table
Reference in a new issue