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

VMware Workstation: Backup inventory and preferences

Backup these two files in your profile.

Microsoft Azure Web App Service

Three steps to create a FREE web app on Microsoft Azure using Azure CLI .

tmux - Terminal Muliplexer

tmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached.