Skip to content

JOSBEAK/GIT_MARKDOWN_HELP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published