Paragraph breaks are interpreted inside block quotes:

> Foo
> 
> Bar

Foo

Bar

...but they aren't interpreted inside spoilers:

>! Foo
>! 
>! Bar

Foo Bar

I've tagged this as a , but if this is working as intended then consider it a .

share|improve this question
That's somewhere between a bug and a feature request then. It's kind of by design, but more of the "because that's how it works" variety. – balpha Nov 18 '11 at 18:57
1  
The workaround is to add the two spaces (the ones markdown requires to make a single line break) after every paragraph-ending line, including the blank >! line. – Abby T. Miller Dec 7 '11 at 21:03
1  
Lists also don't seem to work inside spoilers. I think it's the same bug. – svick Dec 19 '11 at 10:52
More generally: Spoilers don't format well – Gilles Jul 31 '12 at 20:26

You must log in to answer this question.

Browse other questions tagged