Markdown

Why Markdown ?

  • Markdown is a plain text (then converted to structurally valid HTML) formatting syntax aimed at making writing for the internet easier (Connect all files )
  • supports html and css
  • open source projects standards

Styling With Markdown

Bold

**Bold Words**
or
__Bold words__

Italic

*Italic Words*
or
_Italic Words_

Headers

#Header 1#
######Header 6######.

Images

![Alt Text](url)

Markdown

Links

[ALT Text](url)

Lists

  • Ordered List & Unordered List .

Ordered List

1. Item 1
1. Item 2
1. Item 2a
1. Item 2b

Unordered List

- Item 1
- Item 2
- Item 2a
- Item 2b

Codeblocks

` ` `
(with out spaces above & below characters)
` ` `
text

Relative links

[Some Heading](./#some-heading)

Tables

Header 1 | Header 2
--------------------------------|-----------------------------------
content in cell 1 column 1 sa d | content in cell 1 column 2
content in cell 2 column 1 | as dsad content in cell 2 column 2
Header 1Header 2
content in cell 1 column 1content in cell 1 column 2
content in cell 2 column 1content in cell 2 column 2

Reference :

github mastering markdown

common mark

Revision History

DateVersionDescriptionAuthorReviewed ByReviewed DateRemarks
07-01-20201.0.0Initial ContentPrasan KumarPending
24-01-20201.1.0Added Reference, common markPrasan KumarPending