The blockquote tag has no wiki summary.
14
votes
1answer
133 views
Blockquote rewrap destroys code
I've seen too many newbies hit the "quote" button instead of the "code" button while posting. This is much worse than if they just left the code inline, because the quote button rewraps all the text ...
4
votes
0answers
64 views
+100
Long lines in blockquote breaks layout in 10k mod tools
One of the answer to this question "Unrecognized configuration section connectionStrings." shows up in the 10k mod tools, and it breaks the layout when I expand the content: the post body ...
5
votes
1answer
77 views
Blockquotes in a list break blockquotes after the list
I noticed an answer over on The Workplace that had a blank blockquote at the bottom of it. When I went to edit, I saw that there was nothing after the end of the text to cause it.
And the actual ...
1
vote
1answer
52 views
How to display HTML tags in Blockquotes
How would you include HTML tags as part of the blockquotes when you would like to signify these tags as quoted text instead of code?
Code:
...
3
votes
1answer
113 views
Various blockquote issues
I've encountered what may be a bug or few. It seems that blockquotes can't become less-nested, at least not easily.
Take the following:
one deep
two deep
three deep
...
9
votes
1answer
88 views
Be a little more flexible with adding quotes in chat
I'd like chat to support the following scenarios (so that my blood pressure will go down)
>Text butts up directly next to the greater than symbol
@jerky >Quote comes after a user reference (drop ...
10
votes
0answers
247 views
Add quote markup to comments
Comments have a very restricted markup ability. Currently supported text markups available are
Italic text
Bold text
code
One of the very common things people do in comments that is not supported ...
7
votes
2answers
98 views
How can I blockquote a numbered list without resetting the number to 1?
Let's say I want to put "50. Quoting point number 50." in a blockquote. By default it will reset the number to 1:
Quoting point number 50.
How can I preserve the initial number 50?
3
votes
1answer
83 views
Blockquote formatting doesn't show up on mobile chat interface
Block quotes never quite worked in the transcript, although the > character is still present. But, LessPop_MoreFizz of Gaming has noted that apparently, they do not appear on the chat mobile UI at ...
5
votes
1answer
97 views
Code is incorrectly wrapped when applying blockquote style
Often, I embed code snippets from other sites as actual block quotes (together with their explanation).
Expected result
Let's take this absolutely nonsense example. I want to see this output:
If ...
26
votes
3answers
372 views
Alternate (visually distinguishable) blockquote style
I first asked for this feature on Meta.Christianity.SE. @Flimzy pointed out that this would probably benefit many others, too.
I'd like to see a visually distinct alternate blockquote style. This ...
8
votes
0answers
53 views
Please make blockquotes more visually distinct from code blocks on SO [duplicate]
Possible Duplicate:
Improving Blockquote style
This is a small request only, and easy to do. :)
Currently blockquotes and code blocks are rendered as virtually indistinguishable gray ...
0
votes
2answers
80 views
Resizable text blocks?
Ever since I've updated from Firefox 3.6 to Firefox 4, I love how many of the big text input blocks can be resized. Adding comments doesn't have to feel so cramped and editor windows could be widened ...
15
votes
2answers
273 views
Improving Blockquote style
I often need some effort to distinguish a Code Block from a Blockquote: overall because they share the same background.
Don't you think Blockquote elements would be more readable and distinguishable ...
3
votes
1answer
200 views
How to Escape BackTicks Within a Blockquote
This is close to being a duplicate question, but I'm adding it to make it easier to find the answer in searches.
Question:
How do you include backtick characters within a blockquote? For instance, ...
10
votes
1answer
626 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, ...
0
votes
2answers
113 views
Blockquote and line wrapping issue
Premise
I've noticed this with blockquotes. Suppose you have a user who posts a bit of log (I'll omit the blockquote for effect):
Server lookup complete
11-20 12:33:14.503 I/AirMail ( 2555): ...
1
vote
0answers
98 views
Blockquoting does not work in the WMD editor [duplicate]
Possible Duplicate:
Blockquote glitch in editor in Chrome 6 and 7
Here's a screenshot:
The highlighted text is what I wanted to surround in <blockquote> tags. It happens 100% of the ...
2
votes
1answer
33 views
Tags fail to display inside blockquotes
Example 1:
> [tag:bug]
[tag:bug]
Example 2:
<blockquote> [tag:bug] </blockquote>
[tag:bug]
It doesn't show inside <code> tag as well, but I don't know if it is ...
0
votes
0answers
56 views
bug with blockquote button on Chrome (not a beta version of Chrome) [duplicate]
Possible Duplicates:
Bug using quote button in Google Chrome on Windows
Blockquote glitch in editor in Chrome 6 and 7
foo
foo> foofoo
foo
Steps:
Click "ask question"
Enter the text: ...
0
votes
0answers
70 views
Block quoting text prints the text 5 times [duplicate]
Possible Duplicates:
Bug using quote button in Google Chrome on Windows
Blockquote glitch in editor in Chrome 6 and 7
Enter text, mark it and select Blockquote gives some wierd output.
...
2
votes
1answer
96 views
Blockquote breaks text that contains the '>' character [duplicate]
Possible Duplicate:
Bug using quote button in Google Chrome on Windows
I was trying to blockquote the exception text I got using Castle ActiveRecord, which contained ---> in the ...
2
votes
1answer
145 views
WMD editor bug with multiple blockquote blocks (example on cooking.stackexchange.com)
This may be a dupe (or sufficiently similar to) these 2: http://meta.stackoverflow.com/questions/15637/bug-quoting-multiple-separate-blocks-sometimes-locks-up-the-browser-with-javascr and ...
0
votes
0answers
49 views
Quoting Bug on Chromium [duplicate]
Possible Duplicate:
Bug using quote button in Google Chrome on Windows
Since this one is a bit hard to explain, here's a video
http://www.youtube.com/watch?v=LsABVhOmzhc
Chromium build: ...
0
votes
2answers
334 views
Blockquote HTML in Markdown stops unordered lists from working
Though it's consistent between the preview and the rendered version in the post the <blockquote> HTML tag is inconsistent with the Markdown shorthand > prefix.
Here's a sample:
...
0
votes
2answers
66 views
Bug in the display of blockquotes
I've just posted a question on Stack Overflow and noticed problems in the display of the blockquote.
Some parts of the code wasn't displayed at all. For example this piece of code which is on one ...
2
votes
2answers
100 views
Problem with BlockQuotes in Answer Editor
I was editing an answer on a StackExchange site http://chiphacker.com/questions/304/attiny2313-isr-stack-usage/305#305 and noticed a problem with the Blockquote button in the WMD editor, as follows:
...
0
votes
3answers
86 views
Blockquote tags are not visible when looking at your own answers, though the preview shows them
A while back, I posted this question: http://superuser.com/questions/14087/get-dingbats-to-appear-in-firefox-3
Today, I revisited it to add an answer sourced from ...