0% found this document useful (0 votes)
24 views11 pages

Markdown

The document provides information about Markdown, a lightweight markup language. It discusses that Markdown was created in 2004 by John Gruber and has become one of the world's most popular markup languages. Markdown uses plain text formatting syntax that can be read even if it is not rendered. The document then gives examples of how different Markdown elements like headings, paragraphs, bold/italic text, and lists are written and how they appear when rendered to HTML.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views11 pages

Markdown

The document provides information about Markdown, a lightweight markup language. It discusses that Markdown was created in 2004 by John Gruber and has become one of the world's most popular markup languages. Markdown uses plain text formatting syntax that can be read even if it is not rendered. The document then gives examples of how different Markdown elements like headings, paragraphs, bold/italic text, and lists are written and how they appear when rendered to HTML.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

Notes Done

What is Markdown?
Markdown is a lightweight markup
language that you can use to add
formatting elements to plaintext text
documents.
Created by John Gruber in 2004,
Markdown is now one of the world’s
most popular markup languages.
Markdown syntax is designed to be
readable and unobtrusive, so the text
in Markdown files can be read even if it
isn’t rendered.

Stay Positive +
Notes Done

Why Use Markdown?


Markdown can be used for everything.
(People use it to create websites, documents, notes, books, presentations,
email messages, and technical documentation.)

Markdown is portable.

Markdown is platform independent.


(You can create Markdown-formatted text on any device running any
operating system.)

Markdown is future proof.

Markdown is everywhere.
(Websites like Reddit and GitHub support Markdown, and lots of desktop
and web-based applications support it.)

Stay Positive +
Notes Done

How Does it Work?


1. Create a Markdown file using a text editor or a
dedicated Markdown application. The file should
have an .md or .markdown extension.
2. Open the Markdown file in a Markdown
application.
3. Use the Markdown application to convert the
Markdown file to an HTML document.
4. View the HTML file in a web browser or use the
Markdown application to convert it to another
file format, like PDF.
Notes Done

Headings
<h1>Heading level
# Heading level 1
1</h1> Heading level 1

## Heading <h2>Heading level


level 2 2</h2> Heading level 2

### Heading <h3>Heading level


level 3 3</h3>
Heading level 3

#### Heading <h4>Heading level


level 4 4</h4>
Heading level 4

##### <h5>Heading level


Heading level 5 5</h5>
Heading level 5

###### <h6>Heading level


Heading level 6 6</h6>
Heading level 6

Stay Positive +
Notes Done

Paragraphs
Markdown HTML Rendered Output

I really like using <p>I really like using I really like using
Markdown.I think I'll Markdown.</p><p>I Markdown.I think I'll
use it to format all of think I'll use it to format use it to format all of
my documents from all of my documents my documents from
now on. from now on.</p> now on.

Bold
I just love <strong>bold
I just love **bold text**. I just love bold text.
text</strong>.

I just love __bold I just love <strong>bold


I just love bold text.
text__. text</strong>.

Stay Positive +
Notes Done

Italic
Italicized text is the
Italicized text is the Italicized text is
<em>cat's
*cat's meow*. the cat’s meow.
meow</em>.

Italicized text is the


Italicized text is the Italicized text is
<em>cat's
_cat's meow_. the cat’s meow.
meow</em>.

Lists
<ol> <li>First
1. First item item</li> <li>Seco 1. First item
2. Second item nd 2. Second item
3. Third item item</li> <li>Third 3. Third item
4. Fourth item item</li> <li>Fourt 4. Fourth item
h item</li></ol>

Stay Positive +
MARKDOWN
CHEATSHEET
CHAT ?

source:
https://www.markdownguide.org/

Click to download

You might also like