This is a repository of little cheat sheets, mainly from my own research/work. The main script 'cheat' must be placed in your $PATH and then you can run the command like so:
cheat KEYWORD
The script will scan the directory with the cheat sheets and look for those keywords in the first line, which starts with ^#. If it matches, it will print out that file, where I have stored my notes on a particular topic. Simple cheat sheet for command line use.
#markdown
Thanks for visiting The Markdown Guide!
This Markdown cheat sheet provides a quick overview of all the Markdown syntax elements. It can’t cover every edge case, so if you need more information about any of these elements, refer to the reference guides for basic syntax and extended syntax.
These are the elements outlined in John Gruber’s original design document. All Markdown applications support these elements.
bold text
italicized text
blockquote
- First item
- Second item
- Third item
- First item
- Second item
- Third item
code
These elements extend the basic syntax by adding additional features. Not all Markdown applications support these elements.
| Syntax | Description |
|---|---|
| Header | Title |
| Paragraph | Text |
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
Here's a sentence with a footnote. 1
term : definition
The world is flat.
- Write the press release
- Update the website
- Contact the media
<p> this is a test </p>let num= Math.Random();Footnotes
-
This is the footnote. ↩