Markdown is a better way to write content for the web. So spending several minutes learning it is beneficial for us.
Markdown Syntax
Italics and Bold
To make a phrase italic in Markdown, you can surround words with an underscore ( _ ).
Writing in Markdown is not that hard!
Similarly, to make phrases bold in Markdown, you can surround words with two asterisks ( ** ).
Writing in Markdown is not that hard!
Headers
As their name implies, they act like titles or subtitles above sections.
There are six types of headers, in decreasing sizes:
To make headers in Markdown, you preface the phrase with a hash mark (#). You place the same number of hash marks as the size of the header you want. For example, for a header one, you’d use one hash mark (# Header One), while for a header three, you’d use three (### Header Three).
Links
To create an hyperlink link, you wrap the link text in brackets ( [ ] ), and then you wrap the link in parenthesis ( ( ) )
Search about On the way
Or
Search about On the way
Images
To create an inline image link, enter an exclamation point ( ! ), wrap the alt text in brackets ( [ ] ), and then wrap the link in parenthesis ( ( ) ).
or
|
|
Alt text is a phrase or sentence that describes the image for the visually impaired.
Block Quotes
To create a block quote, all you have to do is preface a line with the “greater than” caret (>).
To create a block quote, all
you have to do is preface a line with the “greater than” caret (>).
To create a block quote, all you have to do is preface a line with the “greater than” caret (>).
Lists
To create an unordered list, you’ll want to preface each item in the list with an asterisk ( * ).
- Milk
- Eggs
- Salmon
- Butter
An ordered list is prefaced with numbers, instead of asterisks.
- Crack three eggs over a bowl
- Pour a gallon of milk into the bowl
- Rub the salmon vigorously with butter
- Drop the salmon into the egg-milk bowl
To make a list with more depth, or, to nest one list within another, all you need to do is to indent each asterisk one space more than the preceding item.
- Vegetables
- carrot
- cabbage
- lettuce
- Fruits
- apple
- pear
- mango
- mango juice