# markdown-cheatsheet
**Repository Path**: mirrors_floragunncom/markdown-cheatsheet
## Basic Information
- **Project Name**: markdown-cheatsheet
- **Description**: Markdown Cheatsheet for Github Readme.md
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2020-08-08
- **Last Updated**: 2025-08-16
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Markdown Cheatsheet
===================
- - - -
# Heading 1 #
Markup : # Heading 1 #
-OR-
Markup : ============= (below H1 text)
## Heading 2 ##
Markup : ## Heading 2 ##
-OR-
Markup: --------------- (below H2 text)
### Heading 3 ###
Markup : ### Heading 3 ###
#### Heading 4 ####
Markup : #### Heading 4 ####
Common text
Markup : Common text
_Emphasized text_
Markup : _Emphasized text_ or *Emphasized text*
~~Strikethrough text~~
Markup : ~~Strikethrough text~~
__Strong text__
Markup : __Strong text__ or **Strong text**
___Strong emphasized text___
Markup : ___Strong emphasized text___ or ***Strong emphasized text***
[Named Link](http://www.google.fr/ "Named link title") and http://www.google.fr/ or Content 1 Content 1 Content 1 Content 1 Content 1 Content 2 Content 2 Content 2 Content 2 Content 2 Content 1 Content 1 Content 1 Content 1 Content 1Title 1
Title 2
Title 1
Some HTML code here
``` Hotkey: ⌘F ⇧⌘F Markup : ⌘F Hotkey list: | Key | Symbol | | --- | --- | | Option | ⌥ | | Control | ⌃ | | Command | ⌘ | | Shift | ⇧ | | Caps Lock | ⇪ | | Tab | ⇥ | | Esc | ⎋ | | Power | ⌽ | | Return | ↩ | | Delete | ⌫ | | Up | ↑ | | Down | ↓ | | Left | ← | | Right | → | Emoji: :exclamation: Use emoji icons to enhance text. :+1: Look up emoji codes at [emoji-cheat-sheet.com](http://emoji-cheat-sheet.com/) Markup : Code appears between colons :EMOJICODE: