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

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 1 | Header 2 |
---|---|
content in cell 1 column 1 | content in cell 1 column 2 |
content in cell 2 column 1 | content in cell 2 column 2 |
Reference :
Revision History
Date | Version | Description | Author | Reviewed By | Reviewed Date | Remarks |
---|---|---|---|---|---|---|
07-01-2020 | 1.0.0 | Initial Content | Prasan Kumar | Pending | ||
24-01-2020 | 1.1.0 | Added Reference, common mark | Prasan Kumar | Pending |