Glossary
What Is Markdown?
Markdown is a lightweight markup language that lets you format text using plain characters. It’s the standard way to write README files, documentation, and notes across GitHub.
The basics
# Heading— a heading**bold**— bold text* list item— a list[text](url)— a link`code`— inline code
Files end in .md, and they render beautifully on GitHub with zero setup.