102_Read_01
Learning Markdown
- Markdown is a formatting language used on elements in plaintext text documents.
- A reason to use Markdown is because it’s lightweight, portable, and independent; it can be used to cater to different needs and create different types of documents.
- Hashtag or pound sign (
#) at the beginning of the line will create headings.
- one will create the largest heading.
- six will create the smallest.
- Best practice to use the (
*) asterisks symbol before and after the word or phrase. 2 for bold, 1 for italics; 3 for both.
- to create a link, surround the text in [brackets], then surround the (link in parentheses)
- Three symbols used to create unordered lists when placed in front of line items are:
- dashes (-)
- asterisks (*)
- or plus signs (+)
… adding indentation to create nested lists.