The contents of the <details> element are defaulting to “inline” rendering, which is preventing the tripled backticks from being parsed in “block” mode. To force block mode rendering, wrap the contents inside <div>...</div> with a blank line after the opening <div>, like this (ignore the leading “x” before the tripled backticks… they are just to defeat the Discourse parsing.)
There is a button in the editor toolbar that you can select multiple lines with and click to add the backticks in the block form, this takes account of the requirements.
The buttons help you by adding the empty lines etc…
i guess i need to take a step back
from the click-addiction / gui’s
& reduce my productivity expectations for such environments
and kind of use/thought patterns they encourage
i guess my best bet to work around the gui enviroment is
update-filesystem-plugin and a terminal text editor
better visualy
(white space highlighting could make this sort of error outstandingly obvious…
but is (apparently) no simple task in html/css/js for.each.browser
… compared with a terminal where you can just wrap text in “control-code” to change the colours)
probably the similar reasons motivate this sort of thing
Please let me highlight the point I was making. Use the keyboard as much as you want and avoid touching button but when this self imposed limit means you dont know how to use the features and formatting, just use an Editor toolbar button to see what it does.
before
select this and click
after
becomes
before
'''
select this and click
'''
after
single quotes used to simulate backticks
It inserts the triple backticks with the required proceeding and following blank lines.
I am sure you can “find your people” here in tiddlywiki, there is a large number of “keyboard centric” tiddlywiki users and many tools to placate them.