Giter Site home page Giter Site logo

git_markdown_help's Introduction

SELF SYNTAX HELP

SELF HELP WITH SOME SYNTAX :)

SECOND

Markup : ## Heading 2 ##

THIRD

Markup : ### Heading 3 ###

EMPHASIZED TEXT

Markup : _Emphasized text_ or *Emphasized text*

STRIKETHROUGH TEXT

Markup : ~~Strikethrough text~~

STONG TEXT

Markup : __Strong text__ or **Strong text*

STRONG EMPHASIZED TEXT

Markup : ___Strong emphasized text___ or ***Strong emphasized text***

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

HEADING-1(TO GO TO A TOPIC)

Markup: SECOND

Markup: [heading-1](#heading-1 "Goto heading-1")

CREATE A TABLE

First Header Second Header
Content Cell Content Cell
Content Cell Content Cell
First Header  | Second Header
------------- | -------------
Content Cell  | Content Cell
Content Cell  | Content Cell

BULLET LIST

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

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 

NUMBERED LIST

Markup : 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

COMPLETED AND UNCOMPLETED TASK

Markup : - [ ] An uncompleted task - [x] A completed task

Markup : - [ ] An uncompleted task
          - [x] A completed task

UNCLOPLETED TASK WITH A SUBTASK

Markup : - [ ] An uncompleted task - [ ] A subtask

 Markup : - [ ] An uncompleted task
              - [ ] A subtask

BLOCK QUOTE

Markup : > Blockquote >> Nested Blockquote

Markup :  > Blockquote
          >> Nested Blockquote

HORIZONTAL LINE

Markup : - - - -

Markup :  - - - -

IMAGE WITH ALT

Markup : picture alt

Markup : ![picture alt](http://via.placeholder.com/200x150 "Title is optional")

FOLDABLE TEXT

Markup :

Title 1

Content 1 Content 1 Content 1 Content 1 Content 1

Markup : <details>
           <summary>Title 1</summary>
           <p>Content 1 Content 1 Content 1 Content 1 Content 1</p>
         </details>

LINK TO A SPECIFIC PART OF THE PAGE

GO TO TOP

Markup : text goes here section_title

Markup : [text goes here](#section_name)
          section_title<a name="section_name"></a>

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.