A simple Pillar syntax cheat sheet
beginner syntax markup pillar
Headers!Header 1 | !!Header 2 | !!!Header 3 |
Special ParagraphsAnnotation | @@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 |
LinksAnchor | @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
}}} |
| | |
Download the Pillar Cheat Sheet
1 Page
http://www.cheatography.com/benjaminvanryseghem/cheat-sheets/pillar/
//media.cheatography.com/storage/thumb/benjaminvanryseghem_pillar.750.jpg
PDF (recommended)
Alternative Downloads
Your Download Will Begin Automatically in 5 Seconds.
Close
Cheatographer
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