This is commented out. NOTE: Best if viewed in web browser if currently you are viewing this in Lepton
Based from Brad Traversy's cheatsheet. I just updated it to work for my needs.
- add toc links
- code + result or something like this https://www.markdownguide.org/cheat-sheet/
- easy separation of sections
- remove redundant stuff because it's already in https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#images ???
- Check StackEdit for In-browser markdown editor
- Emoji cheat sheet for GitHub, Basecamp, Slack & more here
This text is italic
This text is italic
This text is strong
This text is strong
This text is strikethrough
This is a quote
- Item 1
- Item 2
- Item 3
- Nested Item 1
- Nested Item 2
- Item 1
- Item 2
- Item 3
Hard Line Break This is some text
This text is a new line, not a new paragraph
<p>This is a paragraph</p>
This is inline code
npm install
npm start
function add(num1, num2) {
return num1 + num2;
}
def add(num1, num2):
return num1 + num2
Name | |
---|---|
John Doe | [email protected] |
Jane Doe | [email protected] |
- Task 1
- Task 2
- Task 3
CLICK ME
yes, even hidden code blocks!
print("hello world!")