BBCode Update 2025

Announcements, comments, ideas, feedback, and "How do I... ?" questions
User avatar
euler
Administrator
Posts: 5094
Joined: Sun Mar 05, 2006 4:49 pm
Location: Cheshire, England
Contact:

Re: BBCode Update 2025

Post 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.
Image
impudens simia et macrologus profundus fabulae
User avatar
thedoctar
Posts: 128
Joined: Fri Apr 15, 2011 11:57 am
Location: Sydney, Australia

Re: BBCode Update 2025

Post 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!
Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz
Image
fabas indulcet fames
User avatar
euler
Administrator
Posts: 5094
Joined: Sun Mar 05, 2006 4:49 pm
Location: Cheshire, England
Contact:

Re: BBCode Update 2025

Post 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
Image
impudens simia et macrologus profundus fabulae
Post Reply