Posts

Showing posts with the label markdown

What is Markdown and Why Should You Use It

Image
Published: February 2026 · 6 min read Markdown is often used in website content, GitHub projects, and modern note-taking apps. This tutorial explains Markdown, its origins, and why it is widely used by authors and developers. What is Markdown? John Gruber invented Markdown, a lightweight markup language, in 2004. You may format plain text with basic symbols for easier reading and writing. Instead of utilizing complex HTML tags this language use basic characters such as # for headings and ** for bold text. Markdown aims to make formatted content easily accessible in its raw form. Markdown documents are easier to read than plain HTML, which is filled with tags. Why Was Markdown Created? Markdown was Created by John Gruber to replace the time-consuming and error-prone process of manually producing HTML. He aimed to create user-friendly online content that could be automatically transformed to proper HTML. Markdown's simplicity led to quick acceptance in the computer...