Update README.md

这个提交包含在:
Jmnote 2020-10-19 03:51:41 +09:00 提交者 GitHub
父节点 5ce6d34ec3
当前提交 a6a4fcbc0f
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 8 次插入7 次删除

查看文件

@ -21,13 +21,14 @@ wfLoadExtension( 'SimpleMathJax' );
```
# Optional Settings
| Setting name | Default value | Description |
| -------------------- | ----------------------- | --------------------------------------------- |
| `$wgSmjSize` | 110 | font size |
| `$wgSmjUseCDN` | true | use CDN or local scripts |
| `$wgSmjUseChem` | true | enable chem tag |
| `$wgSmjInlineMath` | [] | add some additional inlineMath symbols pairs |
| `$wgSmjShowMathMenu` | false | enable MathJax context menu |
| Setting name | Default value | Description |
| ----------------------- | ------------- | -------------------------------- |
| `$wgSmjUseCDN` | true | use CDN or local scripts |
| `$wgSmjUseChem` | true | enable chem tag |
| `$wgSmjEnableMenu` | true | MathJax.options.enableMenu |
| `$wgSmjDisplayMath` | [] | MathJax.tex.displayMath |
| `$wgSmjExtraInlineMath` | [] | MathJax.tex.inlineMath |
| `$wgSmjScale` | 1 | MathJax.chtml.scale |
If you want to change font size, set `$wgSmjSize`.
```PHP