[tw5] Re: [tw] Re: Continue order list numbering after code block?

@Eric Shulman
I appreciate your attempt to to show me a fix, I do. But as demonstrated below, it doesn’t work. It created an oddity of issues (I am using 5.1.23 and CamelCase is off.)
My original tiddler is at the bottom showing the formatting that I used that did work.

Duplicating the code you’ve shown results in the mess below. All the lines on the second bullet run together and the third bullet point is treated as a second level bullet to the 2nd bullet.

I fixed the issue with the paragraphs running together but it doesn’t resolve the issue with the 3rd bullet being shown as a secondary level as previously described.

My attempt to correct the third bullet problem remains unresolved.

This is a snapshot of the original tiddler I was working on and what ended up working for me. On another note, none of the @@ codes worked either even when directly copied from the example. So I ended up using the built in ‘highlighting’ instead. Inline CSS didn’t work when used with the

, or

tags and I’d spent enough time as it was to get it looking as I wanted.

And another with line numbering and a code block.

I’m not adverse at all if someone wishes to correct me and provide a working example on their end, and if it doesn’t work on my end, I’ll turn to disabling any plugins installed after the TW5 file was installed and take a look at what plugin I had to disable for it to work as they’ve shown me. I don’t have many. I try to load only those I need on my collection of TW5 files for other purposes.

Thoughts? Corrections? I’m open to constructive criticism.

Hi,

The first

is fine, but the second
should be a

@Eric Shulman
I appreciate your attempt to to show me a fix, I do. But as demonstrated below, it doesn’t work. It created an oddity of issues (I am using 5.1.23 and CamelCase is off.)
My original tiddler is at the bottom showing the formatting that I used that did work.
Duplicating the code you’ve shown results in the mess below.

You didn’t actually duplicate the code I showed.

In my post, the opening

occurs after the text of the bullet item, and there are two newlines immediately following the opening
, so that the enclosed content is rendered in block mode. You also didn’t end with a closing
, but rather used another opening
, so your HTML is improperly formed, which is why “the third bullet point is treated as a second level bullet to the 2nd bullet”, rather than starting a 3rd bullet as intended.

I’m not adverse at all if someone wishes to correct me

Thoughts? Corrections? I’m open to constructive criticism.

Try using the exact method I posted, and see if that doesn’t work as advertised.

Hope this helps,
-e

Ouch. You fixed the third bullet issue with it though.

Eric,

Step 1

Step 2

Step 3

My bad, I took the ‘# Step 1’ as simply being a placeholder since the # alone creates it’s place in the numbering system.

At least I noticed my own typo on the last image (=+ vs +=) and fixed it as well.

Still can’t believe I forgot to close the properly, but now I’m retired, I haven’t had to diddle with CSS or HTML on a daily basis for several years. Teach me to having said ‘yech’ when I first saw HTML in 95. I’d been building ANSI screen displays for several years and while I was sooo glad ANSI was on the way out, I was too burned out to take up HTML when it came on the scene.

Appreciate your input. It’s that ‘attention to detail’ thing on my side. Need reminding from time to time.