Update __init__.py #30

Closed
Groupr wants to merge 13 commits from Katex_Swap into main
Showing only changes of commit c7d1646824 - Show all commits

View file

@ -11,7 +11,7 @@
name = "thread_data"
id = "thread_data_textarea"
class = "common-textarea"
onkeyup = "previewAjax( 'thread_data_textarea', 'preview', show_raw=true, mathjax={{ request.mathjax }} )"
onkeyup = "previewAjax( 'thread_data_textarea', 'preview', show_raw=true, katex={{ request.katex }} )"
placeholder = "What do you want to say? markdown"
required></textarea>