I am new and need some help with making bulleted lists inside details tag

When inside the details tag - does not work to make a bulleted list

title
  • content
  • content
  • content
<details><summary>title</summary>
<ul>
<li> content</li>
<li> content</li>
<li>content</li>
</ul>
</details>

This works for me but it takes more time then i want it to take, i tried the using - but that does not work inside the details tag

other things like linking other pages is also broken inside the tag

I have solved this right now by using bullet point - with indents, that makes the drop down feature without me having to use HTML

I was going to suggest using callouts rather than details, but you seem to have a solution (you can copy and paste the text below into a note to see them in use).

> [!NOTE] Note  
> - Here's a callout block
> - with a list 
> - in it

> [!abstract]+ Abstract  
> - Here's a callout block
> - with a list 
> - in it

> [!INFO]- Info  
> - Here's a callout block
> - with a list 
> - in it

Angel

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.