Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tchapi/markdown-cheatsheet
Markdown Cheatsheet for Github Readme.md
https://github.com/tchapi/markdown-cheatsheet
markdown markdown-cheatsheet
Last synced: 25 days ago
JSON representation
Markdown Cheatsheet for Github Readme.md
- Host: GitHub
- URL: https://github.com/tchapi/markdown-cheatsheet
- Owner: tchapi
- License: mit
- Created: 2012-10-10T09:50:48.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T22:02:24.000Z (6 months ago)
- Last Synced: 2024-09-30T19:09:54.065Z (about 1 month ago)
- Topics: markdown, markdown-cheatsheet
- Size: 23.4 KB
- Stars: 4,982
- Watchers: 78
- Forks: 6,374
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starz - tchapi/markdown-cheatsheet - Markdown Cheatsheet for Github Readme.md (Others)
- jimsghstars - tchapi/markdown-cheatsheet - Markdown Cheatsheet for Github Readme.md (Others)
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
Markup : [Named Link](http://www.google.fr/ "Named link title") and http://www.google.fr/ or
[heading-1](#heading-1 "Goto heading-1")
Markup: [heading-1](#heading-1 "Goto heading-1")Table, like this one :
First Header | Second Header
------------- | -------------
Content Cell | Content Cell
Content Cell | Content Cell```
First Header | Second Header
------------- | -------------
Content Cell | Content Cell
Content Cell | Content Cell
```Adding a pipe `|` in a cell :
First Header | Second Header
------------- | -------------
Content Cell | Content Cell
Content Cell | \|```
First Header | Second Header
------------- | -------------
Content Cell | Content Cell
Content Cell | \|
```Left, right and center aligned table
Left aligned Header | Right aligned Header | Center aligned Header
| :--- | ---: | :---:
Content Cell | Content Cell | Content Cell
Content Cell | Content Cell | Content Cell```
Left aligned Header | Right aligned Header | Center aligned Header
| :--- | ---: | :---:
Content Cell | Content Cell | Content Cell
Content Cell | Content Cell | Content Cell
````code()`
Markup : `code()`
```javascript
var specificLanguage_code =
{
"data": {
"lookedUpPlatform": 1,
"query": "Kasabian+Test+Transmission",
"lookedUpItem": {
"name": "Test Transmission",
"artist": "Kasabian",
"album": "Kasabian",
"picture": null,
"link": "http://open.spotify.com/track/5jhJur5n4fasblLSCOcrTp"
}
}
}
```Markup : ```javascript
```* Bullet list
* Nested bullet
* Sub-nested bullet etc
* Bullet list item 2~~~
Markup : * Bullet list
* Nested bullet
* Sub-nested bullet etc
* Bullet list item 2-OR-
Markup : - Bullet list
- Nested bullet
- Sub-nested bullet etc
- Bullet list item 2
~~~1. A numbered list
1. A nested numbered list
2. Which is numbered
2. Which is numbered~~~
Markup : 1. A numbered list
1. A nested numbered list
2. Which is numbered
2. Which is numbered
~~~- [ ] An uncompleted task
- [x] A completed task~~~
Markup : - [ ] An uncompleted task
- [x] A completed task
~~~- [ ] An uncompleted task
- [ ] A subtask~~~
Markup : - [ ] An uncompleted task
- [ ] A subtask
~~~> Blockquote
>> Nested blockquoteMarkup : > Blockquote
>> Nested Blockquote_Horizontal line :_
- - - -Markup : - - - -
_Image with alt :_
![picture alt](http://via.placeholder.com/200x150 "Title is optional")
Markup : ![picture alt](http://via.placeholder.com/200x150 "Title is optional")
Foldable text:
Title 1
Content 1 Content 1 Content 1 Content 1 Content 1
Title 2
Content 2 Content 2 Content 2 Content 2 Content 2
Markup :
Title 1
Content 1 Content 1 Content 1 Content 1 Content 1
```html
HTML
Some HTML code here
```Link to a specific part of the page:
[Go To TOP](#TOP)
Markup : [text goes here](#section_name)
section_titleHotkey:
⌘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: