Markdown Cheatsheet

December 04, 2019

Markdown Cheat Sheet

ElementSyntax
Heading# H1, ## H2, ### H3
Bold** bold text
Italic* italicized text
Blockquote> blockquote
Ordered List1. First item
Unordered List- First item
Code` code
Horizontal Rule---
Link[title] (https://www.example.com)
Image! [alt text] (image.jpg)
Fenced Code Block3 backticks ```
FootnoteHere's a sentence with a footnote. [^1]
StrikethroughThe world is flat. ~~
Task List- [x] Write the press release
---
title: "Markdown Cheatsheet"
date: "2019-12-04"
description: A quick reference to the Markdown syntax
category: CheatSheet
---

Embed youtube video

<iframe width="100%" src="https://www.youtube.com/embed/mjNChGkQLRo" frameborder="0" allowfullscreen></iframe>