I used to use the details tag and I put them in a quote and it made the color pop

Normal details tag:

[details title="test"]

test text

[/details]

details tag in a quote

[details title="test"]

test text

[/details]

The code for the details tag in a quote looks liek this:

> [details title="test"]
> 
> test text
> 
> [/details]

    Looks like the details extension isnt on this flarum....

    anywho it strips it quote on mine and adds weird characters:

    but when I go back into the edits and edit it I see the code like this:

    [details title="test"]
    
    test text
    
    [/details]

    And it stripped the quote stuff... The odd part is all the times I did this before beta 16 all show up fine. So its striping I think before it saves it in the DB

    Yeah, we don't use the details extension, when we do use "details" we use the Markdown version of it.

    >! this is details

    or like this

    This is likely an issue with the extension I'd recommend bringing this up in the extension discussion topic.

    [deleted]

    The block is >! starting a paragraph (similar to how quotes work), The spoiler tag (second one) is >! text !<.

    You can also do multi-layer details boxes by doing multiple (eg >! >!)

    Test

    Further Details

    And of course you can put hidden text inside a details box as well

    There is some hidden text here Test message

    • 1Dot replied to this.
      • [deleted]

      • Edited

      1
      2
      3

      Thank you so much
      text

      2 months later