Metaculus / metaculus

BSD 2-Clause "Simplified" License
50 stars 9 forks source link

Allow inline latex, and make it easy to use #971

Open SylvainChevalier opened 2 weeks ago

SylvainChevalier commented 2 weeks ago

I couldn't find a way to insert inline latex math.

Adding math with the wysiwyg editor inserts a <EmbeddedMathJax content="\[e=mc^2\]" />. This is nonstandard and quite hostile.

Could we instead do this? (I suggest Katex rather than Mathjax since it's faster.)

ncarazon commented 2 weeks ago

Yeah, we did a solution with using the embedded JSX for math because mdx editor we use doesn't have a latex plugin and adding it would take more time to implement. But makes sense to do a proper implementation now.