I'm late to replay, we had rough start of year in my country (earthquakes and stuff) so i was preoccupied with offline duties.
Anyway, yes i saw it but not being updated in some closer date time i did not give it much thoughts and i discarded it quiet fast. Thanks on your message, i will take a look at it and see if i can build exporter for my current forum.
[nodebb-plugin-katex]
-
Hi, I just published the first version of nodebb-plugin-katex, even if it's the first version it seems to work as expected, if there is any issue just open a ticket on github
This plugin uses Katex to render the tex code inside your posts, it seems to work well with the markdown plugin.
- default delimiters are the ones used by mathjax
\(...\)
for inline maths, and[...]
or$$...$$
for maths blocks. - an admin page let you use simple
$
to wrap inline tex code. - a
$
button has been added to the composer toolbar to facilitate usage.
Feedbacks are welcome.
- default delimiters are the ones used by mathjax
-
Oh awesome, a LaTeX plugin! Very cool