You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most people probably want katex rendering by default but because we need to support all the different katex delimiters, sometimes you can have issues in sentences where it triggers when you don't want to. (stuff like php variables "$foo and $bar") for example. Easiest fix would be to just have a toggle for users
Implementation idea
Just an extra toggle in settings stored in the db, use $settings in MarkdownRenderer to know if you should skip the renderLatex transformation
The text was updated successfully, but these errors were encountered:
Describe your feature request
Most people probably want katex rendering by default but because we need to support all the different katex delimiters, sometimes you can have issues in sentences where it triggers when you don't want to. (stuff like php variables "$foo and $bar") for example. Easiest fix would be to just have a toggle for users
Implementation idea
Just an extra toggle in settings stored in the db, use
$settings
in MarkdownRenderer to know if you should skip the renderLatex transformationThe text was updated successfully, but these errors were encountered: