www.markdownguide.org Open in urlscan Pro
2a04:4e42:200::820  Public Scan

URL: https://www.markdownguide.org/cheat-sheet/
Submission: On October 07 via api from ZA — Scanned from DE

Form analysis 2 forms found in the DOM

<form class="form-inline d-none d-lg-inline-block mt-2 mt-md-0">
  <span class="algolia-autocomplete" style="position: relative; display: inline-block; direction: ltr;"><input type="text" class="form-control ds-input" id="search-input" placeholder="Search"
      style="margin-top: 0px; position: relative; vertical-align: top;" autocomplete="off" spellcheck="false" role="combobox" aria-autocomplete="list" aria-expanded="false" aria-label="search input" aria-owns="algolia-autocomplete-listbox-0"
      dir="auto">
    <pre aria-hidden="true"
      style="position: absolute; visibility: hidden; white-space: pre; font-family: -apple-system, BlinkMacSystemFont, &quot;segoe ui&quot;, Roboto, &quot;helvetica neue&quot;, Arial, &quot;noto sans&quot;, &quot;liberation sans&quot;, sans-serif, &quot;apple color emoji&quot;, &quot;segoe ui emoji&quot;, &quot;segoe ui symbol&quot;, &quot;noto color emoji&quot;; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; word-spacing: 0px; letter-spacing: normal; text-indent: 0px; text-rendering: auto; text-transform: none;"></pre>
    <span class="ds-dropdown-menu" role="listbox" id="algolia-autocomplete-listbox-0" style="position: absolute; top: 100%; z-index: 100; display: none; left: 0px; right: auto;">
      <div class="ds-dataset-1"></div>
    </span>
  </span>
</form>

POST https://pika.forklabs.com/subscription/form

<form method="post" action="https://pika.forklabs.com/subscription/form" class="listmonk-form">
  <div class="form-group" style="margin-top: 20px">
    <input type="hidden" name="nonce">
    <input id="b7668" type="hidden" name="l" value="b766881d-27fd-43a8-9b76-1b74f2a76763">
    <input type="email" class="form-control form-control-lg" name="email" placeholder="Your email address">
  </div>
  <button type="submit" class="btn btn-success">Stay updated</button>
</form>

Text Content

Markdown Guide
Get Started Cheat Sheet Basic Syntax Extended Syntax Hacks Tools Book




MARKDOWN CHEAT SHEET

A quick reference to the Markdown syntax.


OVERVIEW

This Markdown cheat sheet provides a quick overview of all the Markdown syntax
elements. It can’t cover every edge case, so if you need more information about
any of these elements, refer to the reference guides for basic syntax and
extended syntax.


BASIC SYNTAX

These are the elements outlined in John Gruber’s original design document. All
Markdown applications support these elements.

Element Markdown Syntax Heading # H1
## H2
### H3 Bold **bold text** Italic *italicized text* Blockquote > blockquote
Ordered List 1. First item
2. Second item
3. Third item
Unordered List - First item
- Second item
- Third item
Code `code` Horizontal Rule --- Link [title](https://www.example.com) Image
![alt text](image.jpg)


EXTENDED SYNTAX

These elements extend the basic syntax by adding additional features. Not all
Markdown applications support these elements.

Element Markdown Syntax Table | Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text | Fenced Code Block ```
{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}
``` Footnote Here's a sentence with a footnote. [^1]

[^1]: This is the footnote. Heading ID ### My Great Heading {#custom-id}
Definition List term
: definition Strikethrough ~~The world is flat.~~ Task List - [x] Write the
press release
- [ ] Update the website
- [ ] Contact the media Emoji
(see also Copying and Pasting Emoji) That is so funny! :joy: Highlight I need to
highlight these ==very important words==. Subscript H~2~O Superscript X^2^


DOWNLOADS

You can download this cheat sheet as a Markdown file for use in your Markdown
application.

TAKE YOUR MARKDOWN SKILLS TO THE NEXT LEVEL.

Learn Markdown in 60 pages. Designed for both novices and experts, The Markdown
Guide book is a comprehensive reference that has everything you need to get
started and master Markdown syntax.

Get the Book

WANT TO LEARN MORE MARKDOWN?

Don't stop now! 🚀 Star the GitHub repository and then enter your email address
below to receive new Markdown tutorials via email. No spam!


Stay updated
 * Overview
 * Basic Syntax
 * Extended Syntax
 * Downloads

Simplify infrastructure with MongoDB Atlas, the leading developer data platform
www.mongodb.com
Ads by EthicalAds

About     Contact     GitHub     API     Privacy Policy     Terms and Conditions

© 2024. A Matt Cone project. CC BY-SA 4.0. Made with 🌶️ in New Mexico.