Summary
Below you will find a collection of tutorials teaching the basics of Markdown.
Before You Start
These tutorials assume you know the basics of using a text editor, like VS Code. A basic understanding of HTML is helpful, but not required for these tutorials.
Exercises
You can download exercises to go along with these tutorials on our Markdown exercises GitHub repo. Just click the green Code button in the corner and click the Download ZIP option.
Markdown Syntax
This section covers the basic Markdown syntax.
Lessons
Why should I use Markdown? Preview your Markdown code Headings – Markdown Paragraph text – Markdown Unordered lists – Markdown Ordered lists – Markdown Inline code – Markdown Code blocks – Markdown Italic text – Markdown Bold text – Markdown Links – Markdown Blockquotes – Markdown Horizontal rules – MarkdownGitHub Markdown
These Markdown elements aren’t part of the original Markdown language, but do work on GitHub and a few other places (most should work in the VS Code Markdown preview).
Lessons
Strikethrough – Markdown Syntax highlighting – Markdown Tables – Markdown Task list – MarkdownNext Steps
After taking this course, you can take our CSS course.