Testing existing CSS spoiler implementation
+0
−0
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 hidden half way through that says something top secret to test how this works.
Raw text with an extra layer of span inside
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 that says something top secret to test how this works.

0 comment threads