Cheatography
                https://cheatography.com
            
        
        
    
                   
                            
    
                    A simple Pillar syntax cheat sheet
                    
                 
                    
        
        
            
    
        
                            
        
                
        
            
                                
            
                
                                                
                                
    
    
            Headers
        
                        
                                                                                    
                                                                                            !Header 1  | 
                                                                                 
                                                                                            
                                                                                            !!Header 2  | 
                                                                                 
                                                                                            
                                                                                            !!!Header 3  | 
                                                                                 
                                                                         
                             
    
    
            Special Paragraphs
        
                        
                                                                                    
                                                                                            Annotation  | 
                                                                                                                        @@note this is a note  | 
                                                                                 
                                                                                            
                                                                                            Todo  | 
                                                                                                                        @@todo this is todo  | 
                                                                                 
                                                                         
                             
    
    
            Lists
        
                        
                                                                                    
                                                                                            - Unordered List  | 
                                                                                                                        # Ordered List  | 
                                                                                 
                                                                                            
                                                                                            ; Description Term  | 
                                                                                                                        : Description Definition  | 
                                                                                 
                                                                         
                             
    
    
            Text Formats
        
                        
                                                                                    
                                                                                            ""bold""  | 
                                                                                 
                                                                                            
                                                                                            ''italic''  | 
                                                                                 
                                                                                            
                                                                                            --strikethrough--  | 
                                                                                 
                                                                                            
                                                                                            __underscore__  | 
                                                                                 
                                                                                            
                                                                                            ==monospace==  | 
                                                                                 
                                                                                            
                                                                                            @@subscript@@  | 
                                                                                 
                                                                                            
                                                                                            ^^superscript^^  | 
                                                                                 
                                                                         
                             
    
    
            Comment
        
                        
                                                                                    
                                                                                            % each line starting with % is ignored  | 
                                                                                 
                                                                         
                             
                             | 
                                                                              | 
                                                        
                                
    
    
            Tables
        
                        
                                                                                    
                                                                                            || Centered Cell  | 
                                                                                                                        |!| Centered Title  | 
                                                                                 
                                                                                            
                                                                                            |{ Left-Aligned Cell  | 
                                                                                                                        |} Right-Aligned Cell  | 
                                                                                 
                                                                         
                             
    
    
            Links
        
                        
                                                                                    
                                                                                            Anchor  | 
                                                                                                                        @anchor  | 
                                                                                 
                                                                                            
                                                                                            Internal Link  | 
                                                                                                                        *@anchor*  | 
                                                                                 
                                                                                            
                                                                                            External Link  | 
                                                                                                                        *Google>www.google.fr*  | 
                                                                                 
                                                                         
                             
    
    
            Figures
        
                        
                                    
                        +Caption>file://pic.png|width=50|label=fig+
  | 
                     
                             
                             
    
    
            Scripts
        
                        
                                    
                        [[[label=hello|language=Smalltalk 
   Transcript show: 'Hello World'. 
]]]  | 
                     
                             
                             
    
    
            Raw
        
                        
                                    
                        {{{latex: 
injects raw \LaTeX in your output file  
}}} 
 
{{{html: 
injects raw <b>html</b> in your output file  
}}}  | 
                     
                             
                             
                             | 
                                                                              | 
                                                        
                                                             | 
                                                            
            
                            
            
            
        
        
        
        
        
            
    
        
          
        
         
Created By
Metadata
Favourited By
Comments
Thank you Ben. Some comments:
- No space after the !!!
- The "Table" section is wrong
- for the Raw, you could add some latex, markdown and html code inside
- for the code blocks you could be a bit more explicit "language=Smalltalk|label=helloScript|caption=How to print ==Hello World=="
Updated :)
Pier --> Pillar
I think that the "table" section is still wrong.
Add a Comment
Related Cheat Sheets