Skip to main content

Markdown Notes

Markdown logo

Learn the basics of Markdown, the lightweight markup language with plain text formatting syntax.

Undestand and be able to use markdown is one of essential skills for IT Professional.

Heading

Here are 6 headings, from 1 to 6.

# H1
## H2
### H3
#### H4
##### H5
###### H6

Paragraph

This is a sample paragraph. Add a blank line or at least 2 trailing spaces.

Blockquote

> You are what you practice most. — Author

Unordered list

- Learn
- Practice
- Share
- Loop

Ordered list

1. Plan
2. Do
3. Check
4. Act

Hyperlink

[Quote of the Hour](http://www.practicehabits.net)

Table

| Date       | Version | Changed by | Change Description |
| :---       |    ---: |       ---: | :---               |
| 2021-05-11 |   0.0.1 | xxxxs xxxx | Initial version    |

Popular posts from this blog

Windows 10 1903 Critical Error: Your Start menu isn't working

Windows 10 1903 Critical Error: Your Start menu isn't working. We'll try to fix it the next time you sign in.

Powershell: Install IIS

Run Powershell as Administrator, then run the command below to install IIS. Install-WindowsFeature Web-WebServer Check after installing Get-WindowsFeature *Web*