source: CIVL/docs/javascripts/katex.js@ 6a847d8

1.23 2.0 main
Last change on this file since 6a847d8 was 135e8cf, checked in by Youngjun Lee <youngjunlee7@…>, 3 weeks ago

Initial Markdown documents

  • Property mode set to 100644
File size: 309 bytes
RevLine 
[135e8cf]1document$.subscribe(({ body }) => {
2 renderMathInElement(body, {
3 delimiters: [
4 { left: "$$", right: "$$", display: true },
5 { left: "$", right: "$", display: false },
6 { left: "\\(", right: "\\)", display: false },
7 { left: "\\[", right: "\\]", display: true }
8 ],
9 })
10})
Note: See TracBrowser for help on using the repository browser.