File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -398,6 +398,24 @@ A spoiler inside the display portion of a wiki link:
398398--fspoilers --fwiki-links
399399````````````````````````````````
400400
401+ Links and images inside spoiler spans are recognized normally:
402+
403+ ```````````````````````````````` example
404+ ||[link](http://example.com) inside spoiler||
405+ .
406+ <p><x-spoiler><a href="http://example.com">link</a> inside spoiler</x-spoiler></p>
407+ .
408+ --fspoilers
409+ ````````````````````````````````
410+
411+ ```````````````````````````````` example
412+ || inside spoiler||
413+ .
414+ <p><x-spoiler><img src="http://example.com/img.png" alt="img"> inside spoiler</x-spoiler></p>
415+ .
416+ --fspoilers
417+ ````````````````````````````````
418+
401419Wiki links with a `|` separator must not be mistaken for spoiler delimiters:
402420
403421```````````````````````````````` example
You can’t perform that action at this time.
0 commit comments