Skip to content

Latest commit

 

History

History

markdown

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Introduction to the Markdown

Markdown is a lightweight markup language with simple and intuitive syntax, designed to be easier to write and read compared to languages like HTML. It was created by John Gruber and Aaron Swartz in 2004 with the goal of allowing people to create formatted text using plain text editors.

In Markdown, you can apply formatting, such as headings, bold, italics, links, lists, and more, using just regular text characters like asterisks, underscores, and brackets. When you write in Markdown, you can easily read and write the text even without the actual formatting, ensuring the content remains human-readable and easy to maintain.

Theory

  1. Markdown Tutorial
  2. Mastering Markdown - GitHub Guides - you can start with basics and syntax and dive in other concepts when practice

Optional

  1. CommonMark Tutorial
  2. Markdown Guide
  3. Learn Markdown in Y Minutes