Backup of Cauldron docs at snapshot time. Canonical source of truth: https://docs.riftenlabs.com/cauldron/ Includes: whitepaper, liquidity/swap/yield/wallets, developer resources, knowledge base, and the full API section (bcmr, broadcast, cauldron, contract-subscribe, ido, moria_v11, oracle, root, tokenbch, tokentoken). Supporting CSS/JS bundle preserved so pages render offline.
19 lines
No EOL
417 B
JavaScript
19 lines
No EOL
417 B
JavaScript
window.MathJax = {
|
|
tex: {
|
|
inlineMath: [["\\(", "\\)"]],
|
|
displayMath: [["\\[", "\\]"]],
|
|
processEscapes: true,
|
|
processEnvironments: true
|
|
},
|
|
options: {
|
|
ignoreHtmlClass: ".*|",
|
|
processHtmlClass: "arithmatex"
|
|
}
|
|
};
|
|
|
|
document$.subscribe(() => {
|
|
MathJax.startup.output.clearCache()
|
|
MathJax.typesetClear()
|
|
MathJax.texReset()
|
|
MathJax.typesetPromise()
|
|
}) |