Markdown

Markdown

What is Markdown?

Markdown is a lightweight markup language for creating formatted text for the web. Its easy to implement and learn. Markdown is highly popular and you would have used it unknowingly. In WhatsApp, if you enclose a text with asterisk(*), it will be Bold formatted.

For Example:

*This is bold text*

Markdown has its own extension .md which can created using any editor.

Learning Markdown

Markdown has variants and there might be minor variations and discrepancies between Markdown processors but here are the most commonly used syntax.


Headings:

Symbols followed by Hash sign(#) are used as Headings.

1.png

Paragraphs:

Just type the words where you want your paragraph.

2.png

Line Breaks

Press 'return', you will create a newline.

3.png

Bold

Bold Text are wrapped with two asterisk(**)

4.png

Italics

Italicize Text are wrapped with one asterisk(*)

5.png

Both Bold and Italic

To have the text both Bold and Italics

6.png

Blockquote

To have quotes, use [>] in front of the line.

7.png

Code Block

To have a code block, enclose the code between three backticks[`].

Copy of programming (13).png

Ordered List

For creating ordered list, add items with numbers followed by periods.

8.png

Unordered List

For creating unordered list, add items with dashes(-).

9.png

Blocks

Create blocks using four spaces or one tab.

10.png

Line

To add a line, use three dashes(---)

13.png

Create Links by enclosing Link Text in square brackets[] then following it enclose the link in the parentheses().

11.png

Images

To add an image, add exclamation mark followed by alt text in square brackets[] and then the path of the image is added in parentheses().

12.png


Conclusion

If you are reading this, then Markdown interested you. I know there are many other features like WYSIWYG editors and stuff but Markdown is very simple and neat to implement. Takes 10 minutes to remember all these syntax, I love it !

Wanna Support!

Did you find this article valuable?

Support Cloud Maestro by becoming a sponsor. Any amount is appreciated!