Test thread — to test things out. Do not lock!

Single spaces:

Lorem ipsum dolor sit amet. Consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident. Sunt in culpa qui officia deserunt mollit anim id est laborum.

Double spaces:

Lorem ipsum dolor sit amet.  Consectetur adipiscing elit.  Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.  Ut enim ad minim veniam.  Quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.  Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.  Excepteur sint occaecat cupidatat non proident.  Sunt in culpa qui officia deserunt mollit anim id est laborum. 

Believe me, I prefer to use, and to see, double spaces after periods. My documents, emails, and Dope posts are all written that way. It’s annoying to me that the HTML standard was written as it was. But I’m not willing to keystroke non-breaking space(s) at the end of every sentence to fight that standard.

IOW, “period space space” is a very nice piece of muscle memory well-honed over 50 years of typing / keyboarding. “Period space ampersand n b s p semi-colon”? Not so much.

YMMV of course. But that’s how I roll on this one.

Testing URLs

https://wimberleyglassart.com/
https://wimberleyglassart.com

Online Dumbbell in USA
Online Dumbbell in USA

https://maps.app.goo.gl/WNCXNEMJcekyCgV56?g_st=com.google.maps.preview.copy
https://maps.app.goo.gl/WNCXNEMJcekyCgV56

Wimberley Glassworks - Google Search
Wimberley Glassworks - Google Search

I need to find out how to keep the actual URL, and not have it replaced by ‘helpful’ descriptors.

Above in this thread @engineer_comp_geek suggested using the Link button and putting the URL in as the title. So I’ll try that.

Testing URLs

https://wimberleyglassart.com/
https://wimberleyglassart.com

https://medicalproductssupply.com/xult-urethane-hex-dumbbell-pair-black-25-lb-special-order-with-12-to-16-week-lead-time.html?gad_source=1&gbraid=0AAAAADBC-x8k3nkfrrkB-UUz2lPrIZvqG&gclid=Cj0KCQjwlvW2BhDyARIsADnIe-Kkhd1DzoVNSRXdTHKaiBLnwE3KexA97K4coLPvZgH5z2xG3u3GxZEaAphSEALw_wcB
https://medicalproductssupply.com/xult-urethane-hex-dumbbell-pair-black-25-lb-special-order-with-12-to-16-week-lead-time.html

https://maps.app.goo.gl/WNCXNEMJcekyCgV56?g_st=com.google.maps.preview.copy
https://maps.app.goo.gl/WNCXNEMJcekyCgV56

https://www.google.com/search?client=safari&sca_esv=2c020ee0ead8757b&sca_upv=1&hl=en-us&sxsrf=ADLYWIK5uVfjec_38B_jA63HIjyFs0e3bg%3A1725796316064&q=Wimberley%20Glassworks&ludocid=4150485006322007205&ibp=gwp%3B0%2C7&lsig=AB86z5X0IW4upMgaWen2UfMNTKFA&shndl=-1&shem=lsde%2Cvslcca&source=sh%2Fx%2Floc%2Fact%2Fm4%2F3
https://www.google.com/search?client=safari&sca_esv=2c020ee0ead8757b&sca_upv=1&hl=en-us&sxsrf=ADLYWIK5uVfjec_38B_jA63HIjyFs0e3bg%3A1725796316064&q=Wimberley%20Glassworks

Success! A bit clunky, but it works.

What device and browser are you using? The “helpful formatting” is often a matter of your cut-and-paste operation bringing along a lot of data, such as oage title, that you can’t see, but the Discourse edit box can.

I’m on my phone or I’d write you a treatise on URLs in Discourse. Maybe this afternoon.

iPhone 13, iOS v17.6.1, and I’m using the Safari browser.

\color{blue}\text{Test test test}

\color{crimson}\text{More test test test}

\color{green}\text{Still more test}

\color{grey}\text{And STILL more test}

ETA: well that didn’t work! What the . . . ?

Tripler
Is there a list of all the colors?

\color{blue}\text{Test test test}

\color{crimson}\text{More test test test}

\color{green}\text{Still more test}

\color{grey}\text{And STILL more test}

What you typed was perfectly well-formed MathML. What you missed was that to activate the MathML interpreter here in Discourse, you need to enclose the entire MathML blob in "$"s. Once I did that for each paragraph, your text looks like the above.

You can use a single pair of "$"s around multiple paragraphs but only if there are no blank lines between them. This next example has a single pair of "$"s around all 4 lines with no blank lines between. OTOH, MathML ignores embedded carriage returns, so the result is a big run-on.

\color{blue}\text{Test test test} \color{crimson}\text{More test test test} \color{green}\text{Still more test} \color{grey}\text{And STILL more test}

Which is also why sometimes people get weird formatting in a paragraph with multiple “$”'s in it. To avoid triggering MathML mode just precede the “$” with a “\”.

FYI, this is my favorite MathML playground. It make it real easy to build whatever you’re trying to build with lots of useful feedback:


As to which colors, I suspect mathML will take any named HTML color and probably the various numeric or hex formats as well. See

Technical nitpick (the best kind of nitpick!): It’s not MathML but LaTeX format. MathML looks a lot more like HTML. If I remember correctly, behind the scenes MathJax is interpreting the LaTeX but it’s unlikely it’s turning it into MathML, as not enough browsers support it.

D’oh. You’re 100 right. Subsititute “LaTex” for “MathML” everywhere I wrote that word.

In my defense, if you look at the playground I cited, it does both MathML & LaTex. Depending on a rather subtle setting toggle at the top. On which toggle I misread which mode was selected and which was unselected. D’oh! :man_facepalming:

In your post I’m seeing a yellow box with “Undefined control sequence \color” in red text four times. I suspect that’s not what I should be seeing. (Firefox on Win 10.)

Works fine for me. How about something simple, like \pi ? Or \LaTeX ?

That worked: I see the pi symbol and LATEX with the A superscripted above the L and the E subscripted.

Hmm. So it’s only the colors that don’t work for you, not inline Latex in general. But I’m on Firefox/Win10 as well and I see them just fine.

What about a shift-F5 to reload the page without the cache?

That didn’t work on my Dell laptop, but an ordinary refresh did, and now I see @LSLGuy’s colored text messages.

Sorry for the confusion.

Hrm. . . so like this?

\color{DarkKhaki}\text{Test test test testarooney}
\color{crimson}\text{More test test test-a-palooza}
\color{DarkOrchid}\text{Holy mackerel I think i'm getting the hang of this . . . }
\color{OliveDrab}\text{Huzzah! Learning has been achieved!!}

$\color{DarkKhaki}\text{Test test test testarooney}$
$\color{crimson}\text{More test test test-a-palooza}$
$\color{DarkOrchid}\text{Holy mackerel I think i'm getting the hang of this . . . }$
$\color{OliveDrab}\text{Huzzah!  Learning has been achieved!!}$

It looks like the link to the color codes work for naming the colors too!

Thanks @LSLGuy !!

Tripler
Learning . . . achieved!

And only one inadvertent explosion. Hooray for that.

The old software used to support over 40 colors. I listed them in the other test thread, FYI:

Okay, I did list and test some colors upthread, in Feb 2024. I just needed to find it. I don’t know if these are all the supported colors. Here:

Added: I also tested some colors here, in Jun 2022. Here: