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

Well that is not optimal. It might not even be good.

It’s not. It’s dumb.

But as @pjd said, it’s a toggle switch on the Discourse SDMB control panel. if only there was somebody with authority to flip it we’d be in business.

nm

Disregard

Spoiler vs Details?

Wordle 1,417 3/6 — 2025-05-06 Tue
:black_large_square::yellow_square::black_large_square::yellow_square::yellow_square:
:black_large_square::black_large_square::green_square::black_large_square::black_large_square:
:green_square::green_square::green_square::green_square::green_square:
REDACTED
REDACTED
REDACTED
REDACTED

Wordle 1,417 3/6 — 2025-05-06 Tue
:black_large_square::yellow_square::black_large_square::yellow_square::yellow_square:
:black_large_square::black_large_square::green_square::black_large_square::black_large_square:
:green_square::green_square::green_square::green_square::green_square:

Using the Details tag

REDACTED

[Details=“Using the Details tag”]REDACTED
REDACTED
REDACTED
REDACTED[/Details]

Apparently, Details is only one line at a time whereas with Spoiler you can do multiple lines?

No...

You need to make
sure that the detail tags are
on their own line.

OK...

So I need to make
sure that the detail tags are
on their own line?

I see. OK thank you.

@ParallelLines (or anyone else who sees this) hey, man. I looked up and saw you posted very recently. could you do me a favor and reply to this post, so I get a little number that upper right icon?

I’m going to tweak the color on it in my tweaker scripts, as it is the wrong color (as @puzzlegal noted)

Here’s a reply for ya

Sorry I failed you @BigT - I was about to reply when my step-mom called back after I left her a message for Mother’s day. And I love this board, but, well, needs must. :wink:

I totally understand. I just picked you because I thought a mod (especially a newer one who was probably brought on to be more available) would be most likely to be on, and I’d seen you’d posted very recently.

List One

  1. This
  2. That
  3. The other thing

List Two
1.\ Tom
2. Dick
3. Harry

Okay – how do I get it to keep the list at the left margin, but not show the backslash?

  1. Good
  2. question
  3. will
  4. close
  5. parens
  6. align
  7. the
  8. list
  9. to
  10. the
  11. left?

Is that aligned left?
Negative. I manually entered the numbers, and the close parens were converted to periods. If you quote it you will see.

If you mean like this…

List Two
1. Tom
2. Dick
3. Harry

…and you are okay with manually formatting it, put the slash in between the number and the period on each line. Like this:

List Two
1\. Tom
2\. Dick
3\. Harry

It seems that you only need the backslash after the first number.

List Two
1\. Tom
2. Dick
3. Harry

List Two
1. Tom
2. Dick
3. Harry

The standard Discourse (Markdown actually) list format is indented and self-numbering. You make every entry start with “1.” and it will render the correct numbers. So you can edit, add, rearrange, etc. your entries and it’ll still come out correctly numbered.

If you’re putting your own distinct numbers on each row, your only challenge is stopping the auto recognition that you’re creating an auto-numbering and therefor auto-indenting list.

For myself, I find that Edge is “smart” enough to self-enter auto-incrementing numbers for me after I’ve started a numbered list with “1.”. So now I’ve got two automation systems fighting each other. Gaah!! Mom, make it stop!

But it still comes out indented. It wasn’t indented when I typed it. It’s like the double space between sentences – I don’t think I’m wrong to want the text to appear just as I wrote it, without being edited by the software..

Sorta.

When you type **bolding** do you want to see the asterisks, or the bolding? The answer is almost certainly that you want Discourse to convert two asterisks to bolding.

The problem comes in with the more advanced formatting features that people don’t know about and inadvertently trigger. Like the one that indents lists. I know how to create both an indented and an unindented list. The commands are different and both are arbitrary in some way.

Just as two asterisks signalling bold is arbitrary. Just a more familiar form of arbitrary.

Admittedly Discourse formatting is a bit of a dog’s breakfast because it honors a subset of HTML <whatever>, a subset of BBCode [whatever] which itself is a historical safe subset of HTML, and it honors Markdown which is a completely different approach to applying formatting to text using inline codes. To boot it even honors LaTex for math formula formatting.

That’s quite a Swiss Army knife and it’s easy to cut yourself on the fish scaler while trying to use the Phillips screw driver. A fish scaler you didn’t know existed.


Actually, it’s not. At least not from the tech POV. The original standard for HTML demands that all browsers everywhere display a run of spaces as a single space.

You can create the appearance of multiple spaces by using a special character that, per the standard, is not compressed if duplicated. More trouble than it’s worth though.

Like you, I personally would prefer that the HTML standard had allowed “period followed by two spaces” to be displayed exactly as “period followed by two spaces”. But that didn’t happen 40 years ago when the standard was being written. So we’re stuck with it.

And which is it when it deletes the fourth dot if you type an ellipsis (omitted words, or a sentence trailing off) followed by a period (end of sentence)?

That I do not know for certain. I suspect it is a Discourseism, not an HTML standard.

I do know that “… .” is rendered accurately. So that’s what I use for ending a sentence with an ellipsis: a 3-dot ellipsis, a space, then a single dot for the period.

Personally I’ve always found the 4-dot ellipsis to be a confusing thing to read. It looks much more like a mistake than a planned rendering. I admit that’s just me, not a typographical standard or custom. I see the 4-dot ellipsis as a bit like other ligatures, e.g. “pædiatrics”: a quaint holdover from antiquated notions of stylish typography from the pre-computer era.