Learn Markdown in under 10 minutes
Dec 10, 2020
Learning Markdown is simple yet a very handy tool for a developer. A well written, neatly presented README can definitely make a GitHub repo stand out and can be beneficial to a developer in many ways. It is very simple and can be learned in a short time.
Headings in Markdown are similar to headings in HTML but much simple to implement.
1. Headings
Headings in Markdown are similar to headings in HTML .
Syntax:
2. Text Styling
- Italics
syntax:
2. Strong
syntax:
3. Strike through
syntax:
4. Horizontal ruling
syntax:
3. Blockquote
syntax:
4. Links
syntax:
5. Lists
- Unordered List
syntax:
2. Ordered List
syntax:
6. Inline Codeblock
syntax:
7. Image
syntax: