2. ๐Ÿ’ฌ Markdownยถ

โœ๏ธ Markdownยถ

  • Markdown is the easiest programming language to learn and where weโ€™ll start!

  • Markdown is written in plain text, with different syntax to add formatting, such as:

    • lists

    • making text bold or italicized

    • writing headers, starting with # for the title, ## subtitle, and ### sub sub title etc

    • We can also link to websites like markdown coverted to html

## โœ๏ธ Markdown

* Markdown is the easiest programming language to learn and where we'll start! 
* Markdown is written in plain text, with different syntax to add formatting, such as:
    * lists
    * making text **bold** or *italicized*
    * writing headers, starting with # for the title, ## subtitle, and ### sub sub title etc
    * We can also link to websites like [markdown coverted to html](https://markdowntohtml.com/)

HackMDยถ

  • We are taking meeting notes on HackMD in markdown because it easily converts to being on a website and it is good practice. Hereโ€™s an example of the meeting notes

  • The different colors indicate how indented the text is, and links are in green.

  • For the symbols at the top, the pencil is to edit in markdown, the split screen is to see both markdown and preview the text, and the eye is to view normally.

  • Markdown files ends in .md (itโ€™s like .pdf or .doc), so if you create a markdown file remember to end the name with .md

  • The GitHub README, guides, and meeting notes are all written in markdown.

Screenshot of HackMD

๐Ÿค™ DIYยถ

๐Ÿ’ก Resourcesยถ