vote up 12 vote down star
13

As per Jeff's suggestion here in the comments.

You can use this question as a formatting sandbox (if you can edit CW questions) and you can post answers if you wanna test out formatting there as well.

That is if the community is ok with a sandbox question like this.

flag
[Stack Overflow](stackoverflow.com) is awesome! – MiffTheFox Oct 13 at 2:38
stackoverflow.com is awesome – joshhunt Oct 13 at 14:15
This is a comment that tries to use <strike>strike out</strike> – David Oct 29 at 17:49

16 Answers

vote up 2 vote down
     .....         . .       =III.      
     .....            .      :III..     
     .....         .~II=     .?II~.     
.....              .~III?.....~II?......
.....               .?III:....,III:.....
.....                .,IIII....III+.....
             .~.      .=III+. .IIII.    
            .:II=,      :III?. ?III.    
            .=IIIIII=  ..:IIII,:III,    
             ..:IIIIII?.  .IIII.III:    
                .,?IIIIII. ~III.. .     
          ~+,.     ..+IIII7I:..         
         .IIIII?=,.   .~?II:.           
         .IIIIIIIIII?=:..:+. ...        
            ..,:+IIIIIIII?,  ...        
    III           ..:+?II=.III          
    III..+II++~~:,........ III          
    III..IIIIIIIIIIIIIIII..III..        
    III...,,~~=+??IIIIIII. III          
    III.               .. .III..        
    III. IIIIIIIIIIIIIIII. III          
    III. IIIIIIIIIIIIIIII. III          
    III.                   III          
    III.                   III          
    IIIIIIIIIIIIIIIIIIIIIIIIII..        
    IIIIIIIIIIIIIIIIIIIIIIIIII         
link|flag
I love ASCII art! :) – John Smithers Oct 8 at 8:52
vote up 3 vote down










|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

link|flag
2  
You broke the internet! – alex Oct 8 at 11:13
vote up 1 vote down

I'm just researching which awful colour comes up when you submit an answer on meta. ;)

edit: well turns out it a nice light grey - why can't the other sites use a pale colour instead of the dark shade that makes the answer unreadable?

link|flag
vote up 0 vote down

link|flag
– joshhunt Sep 28 at 4:58
vote up 0 vote down

The a_test.php file forwards to *b_test.php*

The b_test.php file forwards to a_test.php

link|flag
vote up 1 vote down

This is a link that I think will be broken

link|flag
It's that double-quote (") in the URL, the parser is expecting another one because it would be used as the TITLE part of the link. – random Sep 13 at 3:20
vote up 0 vote down

create faam

where
link|flag
It's possible the error you're looking for happens when there's a combination of elements in the post. – random Sep 1 at 14:50
It is. I've narrow it down to just 3 keywords and some spaces. I'm checking if the words can be changed. – David Sep 1 at 14:51
vote up 0 vote down

This is how I like to format the question tags, on [retag-request] questions

[retag-request]

[**`[retag-request]`**][retag-request]
[retag-request]: http://meta.stackoverflow.com/questions/tagged/retag-request
link|flag
vote up 0 vote down

I would call hello_world() and then goodbye_world()

link|flag
Boo! the previewer eats the underscores in the above sentence and shows the text between them in italics. However, that's not what is displayed above. Sheesus, I thought this was an example in Jeff Atwood's post on regular expressions on this site. – dsmtoday Aug 27 at 11:20
vote up 0 vote down

Another way to include a link with more than one http in response to the bugbear brought up.

Though not all are able to handle missing out onn the http:// component of snatched.

How do you encode &nbsp; within a code block? Damn thing keeps rendering as actual blank spaces.

=> &nbsp;
=> &amp;nbsp;
=> &‎nbsp; # Danger will robinson, hiddenly invisible unicode so don't copy-paste.

=> &nbsp; # This might work

link|flag
Okay, my guess was to try to write &nbsp and then use the HTML code to add the semi-colon in, but it looks like there is a bug that won't let this work. – a_m0d Aug 5 at 13:58
There's code out there somewhere in SO that manages a workaround, can't figure what that is without artibrary number being high enough to peek into their edits. – random Aug 5 at 14:39
Flinging code in the comments – random Aug 8 at 14:36
1  
the U+200e trick works. Just copy-pasting will render identically as above instead of actually being working code. Its no safer than using a space. – Kent Fredric Aug 13 at 23:50
vote up 0 vote down

Here is some highlighting I did to this answer for the question: "In R, what is the difference between the [] and [[]] notations for accessing the elements of a list?"

R has three basic indexing operators, with syntax displayed by the following examples

    x[i]
    x[i, j]
    x[[i]]
    x[[i, j]]
    x$a
    x$"a"

For vectors and matrices the [[ forms are rarely used, although they have some slight semantic differences from the [ form (e.g. it drops any names or dimnames attribute, and that partial matching is used for character indices). When indexing multi-dimensional structures with a single index, x[[i]] or x[i] will return the ith sequential element of x.

For lists, one generally uses [[ to select any single element, whereas [ returns a list of the selected elements.

The [[ form allows only a single element to be selected using integer or character indices, whereas [ allows indexing by vectors. Note though that for a list, the index can be a vector and each element of the vector is applied in turn to the list, the selected component, the selected component of that component, and so on. The result is still a single element.

Source:

<blockquote>
<p>
R has three basic indexing operators, with syntax displayed by the following examples
<p>
<code><pre>
    x[i]
    x[i, j]
    x[[i]]
    x[[i, j]]
    x$a
    x$"a"
</pre></code>
<p>
For vectors and matrices the <code>[[</code> forms are rarely used, although they have some slight semantic differences from the [ form (e.g. it drops any names or dimnames attribute, and that partial matching is used for character indices). When indexing multi-dimensional structures with a single index, <code>x[[i]]</code> or <code>x[i]</code> will return the <code>i</code>th sequential element of <code>x</code>. 
<p>
For lists, one generally uses <code>[[</code> to select any single element, whereas <code>[</code> returns a list of the selected elements. 
<p>
The <code>[[</code> form allows only a single element to be selected using integer or character indices, whereas <code>[</code> allows indexing by vectors. Note though that for a list, the index can be a vector and each element of the vector is applied in turn to the list, the selected component, the selected component of that component, and so on. The result is still a single element.
</blockquote>
link|flag
vote up 0 vote down

Without spaces:
A*B*C*D*E*F*G
With spaces:
A B C D E F G

A macbook keyboard row: escf1f2f3f4f5f6f7f8f9f10f11f12eject

link|flag
vote up 0 vote down

david, try this:

  1. Test
  2. Test
    1. Test
    2. Test
    3. Test
  3. Test

The "source code":

1. Test
2. Test
 1. Test
 2. Test
 3. Test
3. Test

Not sure you it lets you set the second level as letters, though...

link|flag
vote up 0 vote down

I am constantly frustrated by the lack of nested lists of the form:

1.
2.
  a.
  b.
  c.
3.

So far as I have been able to figure out, it's not possible with the current SO formatting codes.

(not sure how this works -- I'm asking a question, but it's part of the formatting sandbox subject, so seems the appropriate place?)

EDIT:

  1. Top-level Text
  2. Top-level Text
    1. 2nd-level text
    2. 2nd-level text
    3. 2nd-level text
  3. Top-level Text

So, yes, that works, but it's confusing in a long post where each item in your list is a paragraph of text. Without a distinction in levels, it's hard to follow the structure.

link|flag
Are you even able to use letters instead of numbers to do that? – Brad Gilbert Jul 24 at 4:47
Apparently not, but it doesn't work with mixing Unordered and Ordered lists, either, which is what I'd often want. – david.w.fenton Jul 28 at 21:44
vote up 0 vote down

I am constantly having trouble with underscores_in_links, the preview and the live version are different.

got it just use a single underscore and ignore the preview

link|flag
This is due to that underscores are italics. You can escape the italics in the preview by doing this underscores`_`in`_`links or underscores`_in`_links underscores_`in_`links – Ólafur Waage Jul 8 at 10:11
vote up 4 vote down

So lets see what we can get here then (don't look at the source, its very messy :) ). First of all, to get a new line, leave two (2) spaces at the end of the previous line.
If you wish to start a new paragraph, leave one blank line between the two paragraphs.

Markdown will automatically convert this to a <p> tag for you (also beware that Markdown does allow a number of HTML tags in the source, such as the afore-mentioned <p> tag).

Text Emphasis

**First we have bold** or __bold__
*Italics* or _italics_
***Bolded italics*** (we can also do this as ___bolded italics___)

Links

Then we have [links](http://www.google.com.au "A link with a title") with titles
[Or without a title](http://www.google.com.au)
We also have [reference style links] [1]

[1]:http://daringfireball.net/projects/markdown/syntax#link

Images

Images are similar to links. We have:
![SO icon](http://stackoverflow.com/content/img/so/logo.png "SO Icon")
SO Icon
OR

![SO Icon] [SOIcon]
[SOIcon]: http://stackoverflow.com/content/img/so/logo.png "SO Icon"
SO Icon

Code

We can also write code, by prefixing the code with a blank line and four spaces - the SO engine will try to determine what language the code is and pretty-print it accordingly:

    <head>
    </head>
    <body>
    In a code section, all the < and > characters are encoded as &lt; and &gt; for you, which means that it is much easier to include html tags.
    Note that there is also no autmatic wrapping of code.
    </body>

`Inline code is also possible` . Note that these backticks (the ` ) are harder to escape - the inline code block must begin and end with a double backtick ( `` ) and if the backtick is the first or last character, there must be a space before it.

Quotes

There are also block quotes (blank line, then a > character (multiple >'s will nest the quotes)):

>That is if the community is ok with a sandbox question like this.

Lists

We can make some lists:

  • * A bulletted list
  • + Using a different character
  • - This is also a bulletted list
    • * Nested lists are also possible (prefix the list marker by the required number of spaces)
  • Code in a list item is also possible (but the code must be indented twice):

    printf ("This is code in a list item");
    

Numbered lists are also possible (number followed by period followed by space):

  1. A numbered list
  2. The second item
  3. But note that it ignores your own numbers (this is actually 4.)

Horizontal Rules

Use three or more hyphens, asterisks or underscores - you can include spaces between them if you wish:
* * * (asterisks)


___ (underscores)


- - - - - (hyphens)


Headers

Headers in Markdown can be done in two ways. The first only works for H1 and H2 (the first two levels of header. Do this by writing your title by itself on a blank line, then on the line underneath it placing a number of ='s or -'s (equals signs or hyphens) - the first will give you a H1, the second will give a H2, like so:

Heading 1

=====

Heading 2

----

The other way to do headers is to prefix them with a number of #'s (hashes) - up to 6 hashes for the six header levels, like so (okay, looks like SO parses 6 levels but only shows 3 of them as headings - will leave the last one in just to show this):

# Heading 1

## Heading 2

### Heading 3

#### Heading 4

Misc

<kbd>your text</kbd>: ctrl+alt+del

Ladies and gentlemen, so ends your quick introduction to Markdown - if you feel that this can be improved in any way, feel free to edit it or leave a note in the comments (if you don't have the rep to edit it yet).

link|flag
Anyone know how to fix that first link - it works properly in the answer preview, but not when it is displayed here (all the text include "with titles" should be a link) – a_m0d Jul 8 at 0:44
@Marc - that <kbd> tag is actually part of the HTML standard, not Markdown itself, although it is cool and useful on the site – a_m0d Aug 5 at 13:50
<s>strikethrough</s> test – Changing my Meta Name is Cool Oct 14 at 3:36

Your Answer

Get an OpenID

Not the answer you're looking for? Browse other questions tagged or ask your own question.