Getting started with Markdown on GitHub
GitHub introduces Markdown basics for writing clearer READMEs, issues, and pull requests on GitHub.
Full summary based on transcript
Introduction to Markdown
The video is part of the “GitHub for Beginners” series and focuses on learning the essentials of Markdown so project documentation and collaboration text is easier to read.
What Markdown is
Markdown is presented as a lightweight formatting syntax for plain text that can be rendered into structured, readable content.
Where Markdown can be used on GitHub
The video highlights common GitHub surfaces where Markdown is used, including:
- README files
- Issues
- Pull requests
Basic Markdown syntax
The episode walks through core formatting concepts typically used in GitHub writing:
- Formatting text for readability
- Using headings and emphasis
Creating lists
The presenter demonstrates list formatting, including:
- Unordered lists
- Ordered lists
Formatting code snippets
The video covers how to format code in Markdown, including:
- Inline code
- Fenced code blocks (code fences)
- Adding a language identifier for syntax highlighting
Adding links and images
The presenter shows how to include:
- Links
- Images