reading-notes-ma


Project maintained by mohnalkhateeb Hosted on GitHub Pages — Theme by mattgraham

Mastering Markdown

-This is guide of Markdown tools

What you will learn:

- How the Markdown format makes styled collaborative editing easy

- How Markdown differs from traditional formatting approaches

- How to use Markdown to format text

- How to leverage GitHub’s automatic Markdown rendering

- How to apply GitHub’s unique Markdown extensions

What is Markdown?

Markdown is a way to style text on the web. You control the display of the document; formatting words as bold or italic, adding images, and creating lists are just a few of the things we can do with Markdown. Mostly, Markdown is just regular text with a few non-alphabetic characters thrown in, like # or *.

more information is here