Imgur test.
Imgur test 2. Better.
For what it’s worth, on my phone I strongly prefer the first one, not the second one that you said better to.
Erm, my previous post is a reply to you, so I should have actually replied to you so you get the little notification. Now you will.
Hmmm, that’s interesting. Because on my iPhone the second was better. So that’s the one I put in the eclipse thread. Nice to know though.
just checking to see what happens if I put an image grabbed from google street view into text without putting it on a separate line, either as a hyperlink or just by dropping the link into the middle of the text Google Maps rather like this.
j
ETA they both work.
Testing quote
Blockquote
will just clicking blockquote work?
Blockquote
how about now?
``
BlockquoteHmmm, that’s interesting. Because on my iPhone the second was better. So that’s the one I put in the eclipse thread. Nice to know though.
Blockquote
I give up
post for activity
About the blur spoiler…
From the Wordle thread
Does anyone know how to make colored text? There are a few use cases where I’d like to be able to put a word into a different color.
We used to be able to, before Discourse. I had an older test thread and this post used to have many different colors.
Discourse doesn’t support different text colors. There are a couple of tricks that you can play but I don’t think the colors that result are consistent between themes. The old vBulletin codes won’t work.
We do have the Mathjax plugin installed here, so you can use its color formatting.
\color{red}{\text {This is how you make red text, for example.}} \color{blue}{\text {Or blue.}}
$\color{red}{\text {put your text here}}$ to make red text. Change “red” to a different color as desired.
Available color names are black, blue, brown, cyan, darkgray, gray, green, lightgray, lime, magenta, olive, orange, pink, purple, red, teal, violet, white, yellow.
Discourse, with Mathjax plugin —
\color{black}{\text {WWWWW ➤ ★ ● ◆ ✚ ▓ ∎ ⬛: COLOR=BLACK}}
\color{brown}{\text {WWWWW ➤ ★ ● ◆ ✚ ▓ ∎ ⬛: COLOR=BROWN}}
\color{gray}{\text {WWWWW ➤ ★ ● ◆ ✚ ▓ ∎ ⬛: COLOR=GRAY}}
\color{darkgray}{\text {WWWWW ➤ ★ ● ◆ ✚ ▓ ∎ ⬛: COLOR=DARKGRAY}}
\color{lightgray}{\text {WWWWW ➤ ★ ● ◆ ✚ ▓ ∎ ⬛: COLOR=LIGHTGRAY}}
\color{white}{\text {WWWWW ➤ ★ ● ◆ ✚ ▓ ∎ ⬛: COLOR=WHITE}}
\color{yellow}{\text {WWWWW ➤ ★ ● ◆ ✚ ▓ ∎ ⬛: COLOR=YELLOW}}
\color{blue}{\text {WWWWW ➤ ★ ● ◆ ✚ ▓ ∎ ⬛: COLOR=BLUE}}
\color{teal}{\text {WWWWW ➤ ★ ● ◆ ✚ ▓ ∎ ⬛: COLOR=TEAL}}
\color{cyan}{\text {WWWWW ➤ ★ ● ◆ ✚ ▓ ∎ ⬛: COLOR=CYAN}}
\color{olive}{\text {WWWWW ➤ ★ ● ◆ ✚ ▓ ∎ ⬛: COLOR=OLIVE}}
\color{green}{\text {WWWWW ➤ ★ ● ◆ ✚ ▓ ∎ ⬛: COLOR=GREEN}}
\color{lime}{\text {WWWWW ➤ ★ ● ◆ ✚ ▓ ∎ ⬛: COLOR=LIME}}
\color{orange}{\text {WWWWW ➤ ★ ● ◆ ✚ ▓ ∎ ⬛: COLOR=ORANGE}}
\color{magenta}{\text {WWWWW ➤ ★ ● ◆ ✚ ▓ ∎ ⬛: COLOR=MAGENTA}}
\color{pink}{\text {WWWWW ➤ ★ ● ◆ ✚ ▓ ∎ ⬛: COLOR=PINK}}
\color{red}{\text {WWWWW ➤ ★ ● ◆ ✚ ▓ ∎ ⬛: COLOR=RED}}
\color{violet}{\text {WWWWW ➤ ★ ● ◆ ✚ ▓ ∎ ⬛: COLOR=VIOLET}}
\color{purple}{\text {WWWWW ➤ ★ ● ◆ ✚ ▓ ∎ ⬛: COLOR=PURPLE}}
Thanks ECG!
ETA — note, a slight change is needed from what ECG wrote:
the last two characters are }$, not \$.
Thanks. I fixed it in my post in case anyone copies it from there.
ETA: I also fixed yellow in your post. It had the color set to white (copy and paste error, I assume).
And thank you too. I checked my notes and it was a c&p error. I corrected it there too.