As per Jeff's suggestion here in the comments.

You can use this question as a formatting sandbox (if you can edit Community Wiki questions) and you can post answers if you want to test out formatting there as well.

Beware that since the changes to syntax highlighting in December 2010, and the inline hints added March 2011, no syntax highlighting is applied unless the question's tags or an inline hint enable it. So, to test highlighting here in the sandbox:

  1. Set some language tags to this question:

    • See the explanation and the list of languages.

    • Adding clashing tags, such as both and , enforces a fallback to default, which is different from "no highlighting". (These tags are currently set on this question.)

  2. Or: on the start of a line, specify a language inline using <!-- language: lang --> hints, and indent the code 4 spaces as usual:

    <!-- language: lang-html -->
    
        While not hinted otherwise: <html> source <b>goes</b> "here".
    
    <!-- language: lang-js -->
    
        var a = 3;
        while (not (a > 0)) {
            alert("JavaScript code <b>goes</b> here.");
        }
    
  3. Or:

    • Save your post.

    • Use something like Firebug (Firefox), Web Inspector (Safari, Chrome) or Developer Tools (Internet Explorer 8) to edit the resulting HTML. To open Chrome Dev Tools, press F12

    • Find the <pre> element and add the attribute class="prettyprint", or change it into something more specific, like class="lang-vb prettyprint".

    • Run the following in the location bar: javascript:prettyPrint();

share|improve this question
5  
1 ` 1` characters – agf Oct 2 '11 at 0:43
7  
Please convert me to a comment! – Michael Mrozek Nov 23 '11 at 19:56
2  
@Michael Mrozek: ok – BoltClock's a Unicorn Nov 23 '11 at 19:57
2  
This comment formatting looks a lot `like` this. – Paul Martel Jan 10 '12 at 22:48
15  
This so should be a part of every browser's stress test. – C. Ross Jan 12 '12 at 4:26
1  
1  
36  
edit edit edIT FAQ Faq fAq Stack Overflow Stack Overflow [meta] Stack Overflow Stack Overflow Meta Stack Overflow Science Fiction & Fantasy Software Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & Testing‌​Software Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & Testing[‌​sqa.se]Software Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & Testing[s‌​qa.se]Software Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & Testing[sq‌​a.se]Software Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & Testing[sqa‌​.se]Software Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & TestingSoftware Quality Assurance & Testing[sqa.‌​se]Software Quality Assurance & TestingSoftware Quality Assurance & Testing – lunboks Jan 26 '12 at 21:52
2  
To faq or not to faq – animuson Feb 3 '12 at 4:49
9  
@George: Ping test 14. – FlackBot Mar 4 '12 at 5:49
12  
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''‌​'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''‌​'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''‌​'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''‌​'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''‌​'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''‌​'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''‌​'''''''''''''''''''''''''''''''''' – NullUserException อ_อ Apr 6 '12 at 17:09
4  
4  
This is intentionally a [trivial answer][1]. [1]: meta.stackoverflow.com/q/98950/188688 – MvG Jul 22 '12 at 23:09
3  
۝҈ ๛๛๛ ҈ ҈ ҈ ҈ ҈ ҈ ҈ ҈ ҈ ҈ ҈ ҈ ҈ ҈ ҈۝ – mellamokb Feb 1 at 14:42
4  
show 84 more comments

192 Answers

1 3 4 5 6 7

This is without a language::

# comment me
echo "sjngm"
var="foo"
num=80
for line in (`cat bar.txt`) do
done

This is with language: lang-sh:

# comment me
echo "sjngm"
var="foo"
num=80
for line in (`cat bar.txt`) do
done

This is with language: lang-c:

# comment me
echo "sjngm"
var="foo"
num=80
for line in (`cat bar.txt`) do
done

This is with language: lang-xml:

# comment me
echo "sjngm"
var="foo"
num=80
for line in (`cat bar.txt`) do
done

This is with language: lang-none:

# comment me
echo "sjngm"
var="foo"
num=80
for line in (`cat bar.txt`) do
done
share|improve this answer

$$ \begin(equation} \chi(M_g) = 2-2g \end{equation} $$

share|improve this answer
show 1 more comment
Select * from Foo where Foo.bar == "baz"
share|improve this answer
show 3 more comments

Syntax highlighting test

<!-- language: lang-bsh -->

# Catch obstrusive tracking parameters like ...
# ?utm_source=twitterfeed&utm_medium=twitter or
# ?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+wdrss+(WDRSS)
# ... because they generate doubled content.
RewriteCond %{QUERY_STRING} utm_source= [NC,OR]
# Some people put their own URIs into this parameter. May be better banned.
RewriteCond %{QUERY_STRING} ^p=\D
# The trailing question mark removes the query string.
RewriteRule (.*) /$1? [L,R=301]
share|improve this answer

This is a Cake. No it isn't.

share|improve this answer
17  
This is a test. – alexanderpas Jun 24 '10 at 23:42
1  
This is a lie... – Mehrdad Jul 24 '11 at 17:30
show 4 more comments

HTML markup won't work in SO.. testing it here.

<a title="jhddj" rel="relImageStatusUpdate" href="<%= format_status_image_url(row["UserID"],row["USERSTATUS_ID"]) %>" 
id="ahrefStatusImage"> 
<img alt="" 
src="<%= format_status_thumbnailimage_url(row["UserID"],row["USERSTATUS_ID"]) %>"/></a>

Trying pure HTML without the ASP.NET stuff:

<a title="jhddj" rel="relImageStatusUpdate" href="#" id="ahrefStatusImage"> 
<img alt="" src="myimage.gif"/></a>
share|improve this answer
show 2 more comments

Inline editing test!

....................

share|improve this answer

Not formatting, but converting answer to comment.

share|improve this answer
show 1 more comment

Whoa, look at this crazy empty blockquote!

 
 
 
 

Which isn't even remotely as crazy as this one:

­
­
­
­
­

;-)

share|improve this answer
1  
There's always a crazier way! – Arjan Aug 26 '11 at 19:53

Could you tell that this wasn't just an empty blockquote before you hovered?
Etc,
etc,
etc.

share|improve this answer
show 3 more comments

Testing non breakable spaces in answers.

share|improve this answer
show 2 more comments

Testing the revision history when a tag is removed from the end of a post:

share|improve this answer
show 1 more comment

formatting test test test

share|improve this answer

Wondering if an anchor link to an answer works...doesn't look like it.

share|improve this answer
<!-- language: lang-java -->

import java.util.ArrayList;
import java.util.Collection;
import java.util.Stack;

public class FlushStack<E> extends Stack<E> {

    public Collection<E> get() {
        ArrayList<E> elements = new ArrayList<E>();
        elements.addAll(this);
        this.clear();
        return elements;
    }

}
share|improve this answer
alert("testing .how to escape tags such as script")


I herefor occupy this answer in the name of Good! Now get off my answer!

[Cool Hyperlink]1

Cool Hyperlink

share|improve this answer
2  
Unless you're trying to find some exploit, see How do I format my code blocks? – Arjan May 10 '11 at 6:29

Testing <pre><code>some-code here\n</code></pre> against some Markdown-formatted code:

<input type="checkbox" name="applyChanges" />

This time with a line break after the <pre>:

<input type="checkbox" name="applyChanges" />

Now for the Markdown formatting:

<input type="checkbox" name="applyChanges" />
share|improve this answer

Pac-man goes wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka­wokka

Soft hyphens aren't apparent because StackOverflow is fixed-width. You can see them better here.

You can't visit h​ttp://www.goo​gle.com/. Not even by copying and pasting.

share|improve this answer

Adding comments with inline customized links, with parens and spaces in them.

share|improve this answer
show 2 more comments
hello

hello

Yep (almost) the same.

This question is of low sandbox-quality.

share|improve this answer

[programmers.se] [so] [su] [sf]

share|improve this answer
show 1 more comment

There should be syntax highlighting here.

SELECT something FROM somewhere WHERE this = that
share|improve this answer

There should be syntax highlighting here.

SELECT something FROM somewhere WHERE this = that
share|improve this answer
show 3 more comments

How to escape backslashes.

Use whitespace:

\\

This is a backslash in a sentence (one backslash): \

This is an escaped backslash in a sentence (two backslashes OOPS): \

This is an escaped backslash in a sentence: \\ (three backslashes).

Same thing with backticks. This is backtick backslash backslash backtick: \\

This is a backtick backslash backtick \.

Here is a real backslashed backtick: `

share|improve this answer
show 1 more comment

{{Unreferenced}}

I am so smart! I am so smart! S-M-R-T!

share|improve this answer
show 1 more comment

share|improve this answer
5  
​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​ – Lix Apr 11 '12 at 22:48
1  
@him - search for the zero width unicode space character – Lix Jan 14 at 7:11
show 3 more comments

I am having this problem too. Please help!

share|improve this answer
2  
So much for "me too" answer filtering. – ObsessiveSSOℲ Nov 5 '12 at 23:36
1 3 4 5 6 7

You must log in to answer this question.

protected by Community Jun 29 '12 at 10:57

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged