mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add mathjax script
This commit is contained in:
parent
f8fa7f0344
commit
16b3095527
1 changed files with 8 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
MathJax = {
|
||||
tex: {
|
||||
inlineMath: [
|
||||
['$latex', '$'],
|
||||
['\\(', '\\)'],
|
||||
],
|
||||
},
|
||||
}
|
||||
Loading…
Reference in a new issue