forked from GithubBackups/vichan
Break TeX on purpose due to Khan/KaTeX#158
This commit is contained in:
parent
d50b86a7c2
commit
3f6805d7df
@ -7,7 +7,7 @@
|
|||||||
* $config['additional_javascript'][] = 'js/jquery.min.js';
|
* $config['additional_javascript'][] = 'js/jquery.min.js';
|
||||||
* $config['additional_javascript'][] = 'js/katex-enable.js';
|
* $config['additional_javascript'][] = 'js/katex-enable.js';
|
||||||
*/
|
*/
|
||||||
|
/*
|
||||||
function render_katex(el) {
|
function render_katex(el) {
|
||||||
try {
|
try {
|
||||||
katex.render($(el).text(), el)
|
katex.render($(el).text(), el)
|
||||||
@ -32,3 +32,4 @@ if (active_page == 'thread' || active_page == 'index') {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user