Giter Site home page Giter Site logo

anotherone's Introduction

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 emphasized text

Markup : __Strong emphasized text__ or ***Strong emphasized text***

Named link and http://google.fr/ or http://example.com/

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

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()`
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

Title 2

Content 2 Content 2 Content 2 Content 2

<h3>HTML</h3>
<p>Content 2 Content 2 Content 2 Content 2</p>

Link to a specific part of the page:

Go To Top

Hotkey:

⌘F

⇧⌘F

Markup: <kdb>⇧⌘F</kdb>

Hotkey list:

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

Emoji:

❗ Use Emoji icons to enhance text. 👍 Look up emoji codes at emoji-cheat-sheet.com

Markup : Code appears between colons :EMOJICODE:

😷

#Information Sorawee Sriphakdeephongdej 642115045 Krittayoch 642115002 🗿

anotherone's People

Contributors

nohp404 avatar gigasora avatar veevism avatar

Watchers

Poopa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.