Cheatography
                https://cheatography.com
            
        
        
    
                   
                            
    
                    Cheat sheet for Markdown. See http://daringfireball.net/projects/markdown/syntax for more info.
                    
                 
                    
        
        
            
    
        
                            
        
                
        
            
                                
            
                
                                                
                                
    
    
            Headers
        
                        
                                                                                    
                                                                                            H1  | 
                                                                                                                        # H1  | 
                                                                                 
                                                                                            
                                                                                            H2  | 
                                                                                                                        ## H2  | 
                                                                                 
                                                                                            
                                                                                            H3  | 
                                                                                                                        ### H3  | 
                                                                                 
                                                                                            
                                                                                            H4  | 
                                                                                                                        #### H4  | 
                                                                                 
                                                                                            
                                                                                            H5  | 
                                                                                                                        ##### H5  | 
                                                                                 
                                                                                            
                                                                                            H6  | 
                                                                                                                        ###### H6  | 
                                                                                 
                                                                         
                             
    
    
            Blockquotes
        
                        
                                    
                        > Block quote paragraph 1. Lorem ipsum dolor sit amet. 
> Block quote paragraph 2. Suspendisse 
id sem consectetuer libero luctus adipiscing.  | 
                     
                             
                             
    
    
            Horizontal Rules
        
                        
                                    
                        * * * 
- - - 
-----------------------------  | 
                     
                             
                             
    
                             | 
                                                                              | 
                                                        
                                
    
    
            Emphasis
        
                        
                                                                                    
                                                                                            Italics  | 
                                                                                                                        *single asterisk*  | 
                                                                                 
                                                                                            
                                                                                            |   | 
                                                                                                                        _single underscores_  | 
                                                                                 
                                                                                            
                                                                                            Bold  | 
                                                                                                                        **double asterisks**  | 
                                                                                 
                                                                                            
                                                                                            |   | 
                                                                                                                        __double underscore__  | 
                                                                                 
                                                                         
                             
    
    
            Unordered List
        
                        
                                    
                        * Red 
* Green 
* Blue 
 
+ Red 
+ Green 
+ Blue 
 
- Red 
- Green 
- Blue  | 
                     
                             
                             
    
    
            Ordered List
        
                        
                                    
                        1. Bird 
2. McHale 
3. Parish  | 
                     
                             
                             
                             | 
                                                                              | 
                                                        
                                
    
    
            Links
        
                        
                                                                                    
                                                                                            Inline Link  | 
                                                                                                                         | 
                                                                                 
                                                                                            
                                                                                            |   | 
                                                                                                                         | 
                                                                                 
                                                                                            
                                                                                            |   | 
                                                                                                                        See my  About page for details.  | 
                                                                                 
                                                                                            
                                                                                            Reference Link  | 
                                                                                                                        This is [an example][id] reference link.  | 
                                                                                 
                                                                                            
                                                                                            |   | 
                                                                                                                         | 
                                                                                 
                                                                                            
                                                                                            Automatic Link  | 
                                                                                                                         | 
                                                                                 
                                                                                            
                                                                                            Email Link  | 
                                                                                                                        <address@example.com>  | 
                                                                                 
                                                                         
                             
    
    
            Code Blocks
        
                        
                                    
                        This is a normal paragraph 
 
    This is is a code block  | 
                     
                             
                             
    
    
            Inline code
        
                        
                                    
                        Use the  printf()
  function.  | 
                     
                             
                             
                             | 
                                                            
            
                            
            
            
        
        
        
        
        
            
    
        
          
        
         
Created By
www.specialbrand.net
Metadata
Favourited By
and 45 more ...
Comments
Nice - very handy!
Tjank you, some suggestions :
- This is not obvious that 4 spaces shall be used for a code paragraph
- Neither that inline code use quotes ' '
- You can also force line return with 2 spaces
Add a Comment
Related Cheat Sheets
More Cheat Sheets by specialbrand