Skip to content

DevChrisDev/my-markdown-cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

my-markdown-cheatsheet

My personal Markdown Cheatsheet, this is kind of crappy from what you'll see elsewhere but hey, i made it. Will update this once my curiosity about Markdown kicks again.

Typography

# This is heading 1 <h1>
## This is heading 1 <h2>
### This is heading 1 <h3>
#### This is heading 1 <h4>
#### This is heading 1 <h5>

Emphais

*This text should be italic*
_This text should be italic_
**This text should be bold**
__This text should be bold__
~~This text should be striked though~~

Seperator

Strike through
    ---
    ___

Blockqoute

This is a blockqoute

Links

TeslaMotors
Github
Goggle Medium

Lists

Unordered List

  • An item on the ul
  • An item on the ul
  • An item on the ul
    • A Nested item on the ul
    • Also Nested item on the ul
      • Nested Nested item on the ul

Ordered Lists

  1. An item on the ol
  2. An item on the ol
    1. A Nested item on the ol
    2. A Nested item on the ol

Codeblocks

Inline Codeblock
<p>Hello world!<p>

Multiline Codeblock

var s = "JavaScript syntax highlighting";
alert(s);
s = "Python syntax highlighting"
print s
No language indicated, so no syntax highlighting. 
But let's throw in a <b>tag</b>.

Tables

Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

HTML

Just as it is

Definition list
Is something people use sometimes.
Markdown in HTML
Does *not* work **very** well. Use HTML tags.

Task List

  • Task1
  • Task2
  • Task3

About

My personal Markdown Cheatsheet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published