公式居中突出显示
- Dominant language
- JavaScript
- Stars
- 327
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
使用 `{% mathjax %} ... {% endmathjax %}` 包裹的公式是 inline 形式的,如何才能突出显示?
目前我的文本是:
``` MARKDOWN
Solving the integral
{% mathjax %}
\int_{0}^{+\infty}\frac{\sin x}{x}dx,
{% endmathjax %}
```

想让公式居中显示并编号,请要怎么做?
---
我的配置文件是
``` YAML
math:
engine: 'mathjax' # or 'katex'
mathjax:
src: //cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
options:
conversion:
display: True
tex:
svg:
katex:
css: custom_css_source
js: custom_js_source # not used
config:
# KaTeX config
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.