Skip to content

LunaSare/markdown-cheatsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A markdown cheat sheet

Create headers:

Header 1

Header 2

Header 3

Add bold text:

bold text

Add italics:

italicized text

Add a blockquote:

"Programming isn't about what you know; it's about what you can figure out."

Create an ordered List:

  1. First item
  2. Second item
  3. Third item

And an unordered List:

  • First item
  • Second item
  • Third item

Format some code:

some code

Ad a horizontal Rule:


Insert a link to an external page:

For example, here's a markdown guide.

Or a link to sections within a document:

For example, jump to header 2.

Insert images using their URL:

This is GitHub's mascot. It's name is Octocat:

GitHub's mascot

This is an xkcd comic:

Format a table:

Syntax Description
Header Title
Paragraph Text

Format a Fenced Code Block:

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

Add a footnote:

Here's a sentence with a footnote. 1

Create a definition list or nested lists:

term 1

  • definition

term 2

  • another definition

Strikethrough text:

The world is flat.

Create a task List:

  • Write the press release
  • Update the website
  • Contact the media

Insert emojis:

That is so funny! 😂

Highlight some text:

I need to highlight these very important words.

Subscript:

H2O

Superscript:

X2

Resources:

Footnotes

  1. This is the footnote.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages