The tag has no wiki summary.

learn more… | top users | synonyms

-12
votes
2answers
114 views

“Spoiler Alert” option when making post [duplicate]

Possible Duplicate: Add markdown support for hidden-until-you-click text (aka spoilers) Let's be honest. There's nothing worse than checking your news feed and accidentally finding out the ...
1
vote
0answers
36 views

How do I view spoilers in an “About Me” on an iPad? [duplicate]

Possible Duplicate: Cannot view spoilers on iPad when logged in On an iPad, viewing spoilers in questions and answers works just fine (Just tap on it). But for some reason, in the “About ...
4
votes
1answer
79 views

Consecutive spoiler blocks (>!) are shown as blockquotes [duplicate]

Possible Duplicate: Paragraphs breaks are ignored inside spoilers The markdown >! a >! b >! c Will be shown as a blockquote with ! in front of it: ! a ! b ! c ...
9
votes
0answers
44 views

More useful placeholder for hidden spoilers in question summary

I just noticed that spoilers are now hidden from the questions page. Well, it's been a while, but at the same time I noticed something bad about this reading this question in the overview (using IE9): ...
14
votes
1answer
217 views

Why doesn't chat allow spoilers?

Stack Overflow allows spoilers in the form: >! SPOILER Example: Why doesn't chat support them? They would be quite useful, especially for rooms that are frequently off topic and often have ...
10
votes
0answers
71 views

Use spoilers from mobile theme on regular sites too

On mobile, spoilers show a single small box with the text "Click to show spoiler". Why not use that on the regular sites too? Advantages: It works on an iPad and any other device. It supports ...
12
votes
0answers
119 views

The monospace formatting in a spoiler quote on a beta site is evil

It doesn't repro on this site, but it will on any beta site. To see an example, check out this meta.chess post: Edit: I noticed that on SciFi, English, Area 51, and Electrical Engineering (at ...
3
votes
1answer
136 views

Markdown not appropriately rendering unordered list spoilers

A user in http://scifi.stackexchange.com/a/14928/1913 discovered that he couldn't create a spoiler unordered list, and I can't seem to either. I can blockquote an unordered list without any real ...
22
votes
1answer
819 views

Cannot view spoilers on iPad when logged in

I am viewing this question on my iPad: Is there an explanation for Amy Pond's selective remembering of people? How do I view the spoilers on the question? There is no way for me to "hover over" ...
6
votes
4answers
174 views

Policy for spoilers on fiction or literature sites?

Is there any official policy for mandatory use of the spoilers feature on fiction or literature sites, like http://scifi.stackexchange.com/, or is just a courtesy/fully voluntary? I didn't see ...
3
votes
0answers
62 views

Paragraphs breaks are ignored inside spoilers

Paragraph breaks are interpreted inside block quotes: > Foo > > Bar Foo Bar ...but they aren't interpreted inside spoilers: >! Foo >! >! Bar I've tagged this as a ...
5
votes
0answers
70 views

Spoiler markdown results not working correctly on iPad [duplicate]

Possible Duplicate: Can't see spoilers on touchscreen outside of 'mobile' site The spoiler markdown >! output does not seem to be working on iPad. I see no way of making the ...
18
votes
2answers
163 views

Make it clear an empty box is a spoiler [duplicate]

Possible Duplicate: Differentiate spoilers from empty block quotes I've made a comment in the thread about the spoiler markup about this, but I think it deserves a feature-request now - ...
8
votes
1answer
109 views

Code samples inside of spoilers are still visible on some sites

Code samples (using the backtick) inside of spoilers are still visible. Like shown in this screen capture: It does this on most sites other than SO and Meta. As you can see below, code is still ...
14
votes
3answers
260 views

Does the spoiler markdown work on images?

In an answer, I tried to use the spoiler markdown to hide an image. (It wasn't offensive, but it was unappetizing which seems worthy of hiding on Seasoned Advice.) But the image seems not to be ...
20
votes
2answers
312 views

Can't see spoilers on touchscreen outside of 'mobile' site

Spoiler text can't be made visible on a touch screen. This was already pointed out (here as well as elsewhere). However, that was marked as status-completed by providing the ability to see spoiler ...
0
votes
1answer
230 views

Spoiler markdown shows up as normal blockquote

In the question What was Dooku's plan for the Battle of Coruscant?, I used the >! syntax to create a spoiler section, but it shows up as a normal blockquote with a ! at its start.
6
votes
2answers
238 views

How can I put a whole code block in spoiler text?

I sometimes find I want to put a whole codeblock into spoiler text. This is useful in answering homework tagged questions, where I intend to say something along the lines of Now try and implement ...
29
votes
2answers
222 views

Differentiate spoilers from empty block quotes

I have to admit, I didn't even know spoilers were supported until today, but really bugs me that spoilers just look like empty block quotes before you mouse over them. vs.     ...
10
votes
0answers
157 views

When editing an answer with spoilers, the links are not hidden in the markdown preview

When you edit an answer with a spoiler. For example here: http://meta.stackoverflow.com/posts/71396/edit The links in the preview area (for the spoiler) are shown. Why is this? I believe this ...
0
votes
3answers
180 views

Site-Wide: Opting out of hiding the spoiler text

My friends and I over at SciFi Beta, have been noticing a few problems. The first is: The spoiler tag is used almost in every other question (or in an answer) and two: So I was suggestion a site ...
30
votes
4answers
430 views

Can we please remove spoilered text from the summary?

I had a question which I recently asked on SFF. Pretty much the entire question is a spoiler. I, not wanting to spoil anything for those who haven't seen the episode yet, which probably hasn't aired ...
14
votes
0answers
145 views

Can we have the spoiler text show on click too? [duplicate]

Possible Duplicate: Can't see spoilers on touchscreen On my iPhone, in order to view spoiler text, I have to double click it, copy it, and paste it into a note or something similar. ...
13
votes
0answers
61 views

Please include info about spoiler sections on the “formatting help” page

As described on Add markdown support for hidden-until-you-click text (aka spoilers), it's now possible to create spoiler blocks/hidden text with the syntax >! Spoiler text Can a blurb about this ...
16
votes
2answers
406 views

Can't see spoilers on touchscreen

I asked about it on meta.scifi.stackexchange.com and they told me to post it here. Probably need to add the :active to the :hover meta class or something like that. Example:
10
votes
1answer
627 views

What's the exact syntax for spoiler markup

Following the Do we want the “spoiler” feature turned off? thread on meta.tex.sx, it's clear that the spoiler markup has a wrinkle or two that I didn't at first appreciate. For information's sake, ...