Eric,

I noticed this today, and wonder if a behaviour has changed;

Never the less we can add a style to the div like this;

<details style="display: block;"><summary>Quick Access</summary>
<div style="column-count: 3;">

* one of many 
* two of many
...
</div>
</details>

Which helps save space
Tones
On Monday, 28 June 2021 at 22:02:21 UTC+10 Eric Shulman wrote:

> On Monday, June 28, 2021 at 4:49:46 AM UTC-7 jn.pierr...@gmail.com wrote:
>
>> I've got a perfectly all right tiddler content with something like an 
>> ordered list in wiki syntax.
>> Then I've decided to have that part within a html details markup. The 
>> problem is, the wiki syntax is no more producing a list.
>>
>
> The <details> element seems to be "eating" the newline that is required to 
> precede the wikitext ordered list syntax.
> To work around this, wrap your ordered list within a <div>...</div> 
> element, like this:
>
> <details>
> <summary>fubaring</summary>
> <div>
>
> # foo
> # bar
> </div>
> </details> 
>
> Note that the newline preceding the first # item is necessary to ensure 
> "block mode" parsing of the ordered list.
>
> enjoy,
> -e
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8de78b58-ee2f-4494-ae43-8a2d09462709n%40googlegroups.com.

Reply via email to