Why I love Markdown
I was introduced to it when I started using github for hosting my projects. That was my first encounter with markdown and since then, I never looked back. Here's why. [...]
I was introduced to it when I started using github for hosting my projects. That was my first encounter with markdown and since then, I never looked back. Here's why. [...]
Anchors are nothing but id attributes applied to an element to link to it using href attribute internally on the same page. [...]