Skip to content

Luckfishsing/lab02-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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 ##

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 http://example.com/

Markup : [Named Link] (http://www.google.fr/ "Named link title") and http://www.google.fr/ or <http://example.com/>

[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
'''

'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
  1. A numbered list
    1. A nested numbered list
    2. Which is numbered
  2. Which is numbered
  • [] An uncompleted task
  • A completed task

Blockquote

Nested blockquote

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

'''html

HTML

Some HTML code here

'''

Link to a specific partof the page:

Go To TOP

Hotkey: ⌘F ⇧⌘F Markup : ⌘F Hotkey list:

Key Symbol
Option
Control
Commane
Shift
Caps Lock
Tab
Esc
Power Φ
Return
Delete
Up
Down
Left
Right

Emoji: :exclamation: User emoji icons to enhance text. :+1: Look up emoji codes at emoji-cheat-sheet.com Markup : Code appears between colons :EMOJICODE: :mask:

Haolong Huai

Friend: Haolong Huai   649529444
Friend: Haolong Huai   649529444

Shengzhe Huang

Markup : My name is Shengzhe Huang
         My ID is   649529448
         Haitao Liu is one of my friend
         Haitao Liu is one of my friend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors