Post History
Raw text A sentence with a spoiler hidden half way through <span class="spoiler">that says something top secret</span> to test how this works. Renders as A sentence with a spoiler ...
#2: Post edited
A sentence with a spoiler hidden half way through <span class="spoiler">that says something top secret</span> to test how this works.
- ### Raw text
- ```html
- A sentence with a spoiler hidden half way through <span class="spoiler">that says something top secret</span> to test how this works.
- ```
- ### Renders as
- A sentence with a spoiler hidden half way through <span class="spoiler">that says something top secret</span> to test how this works.
- ---
- ### Raw text with an extra layer of `span` inside
- ```html
- A sentence with a spoiler hidden half way through <span class="spoiler"><span>that says something top secret</span></span> to test how this works.
- ```
- ### Renders as
- A sentence with a spoiler hidden half way through <span class="spoiler"><span>that says something top secret</span></span> to test how this works.
