reading-notes

Mark down Mark down is a simple styling texts on the web. You can use Markdown most places around GitHub: -Gists -Comments in Issues and Pull Requests -Files with the .md or .markdown extension

we can do many features using markdown syntax such as :

  1. headers #
  2. Emphasis – __ __ __ __
  3. lists: ordered and unordered 4: images image name
  4. links: link name
  5. Blockquotes
  6. Inline code
  7. Syntax highlighting
  8. Task Lists
  9. Tables and many other features!