Markdown
Markdown
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
Markdown is portable.
Markdown is everywhere.
(Websites like Reddit and GitHub support Markdown, and lots of desktop
and web-based applications support it.)
Stay Positive +
Notes Done
Headings
<h1>Heading level
# Heading level 1
1</h1> Heading level 1
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>.
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>.
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