Commit 16ee8d4
committed
Rename typesetting div class to .CodeMirror-MathJax-typesetting
Use case:
I've discovered MJ measuring & rendering from the typesetting div
(commit d77f0fc, #33)
somehow made math small in Mathdown, due to mathdown.css having:
.CodeMirror { font-family: "lining_numerals_charter", "Georgia", ... }
If I drop out the (nearly empty) first font "lining_numerals_charter",
it works out.
=> I'm just gonna style the typesetting div without this font,
so I want it to have a better "public class name".1 parent 962458a commit 16ee8d4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
0 commit comments