View on GitHub

reading-notes

Learning Notes Repo for Code Fellows

Utilize at least 5 different features of Markdown to structure your page

  1. Using # symbol to create a heading, there are 6 different sizes and corresponding to the number of # that you choose
  2. Using > symbol to quote text
  3. Using ` to quote code within a sentence
  4. Using [ ] to create an inline link, and then put the URL in ( ) after it
  5. Using - [ ] to create a task list and using [x] to mark a task as complete
  6. Using \@ and username or team name to mention a person or team
  7. Using : to find a list of suggested emoji

<==Back>