Page 3 of 3

Re: BBCode Update 2025

Posted: Fri Dec 26, 2025 10:50 pm
by euler
Is it specifically the caret you're trying to display? For the caret you can use the following:

Code: Select all

$\texttt{a\^{ }b}$
Which will render as $\texttt{a\^{ }b}$. It tricks MathJax into putting the caret over the space (between the curly braces).

But if you're just looking for a way of having a block of inline text to have some subtle visual separation/standout I can do that. Would you want the text block to disable other BBCode like the [text] block? If so, I could add an attribute to the [text] block, like [text=pop] to add a subtle border, padding, and maybe a slightly different background.

Re: BBCode Update 2025

Posted: Sat Feb 07, 2026 10:24 am
by thedoctar
Hi, there's something wrong with the TeX formatting in [link]https://projecteuler.net/post_id=226289[/link]

Looking at the source by quoting, the $\surd$ command is formatted to be below the line!

Re: BBCode Update 2025

Posted: Sat Feb 07, 2026 11:23 am
by euler
It's a recognised issue that should be addressed in the next release (4.1.1).
https://github.com/mathjax/mathjax/issues/3468