From the course: Learning Markdown: Formatting Text without the Complexity
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
Using lists - Markdown Tutorial
From the course: Learning Markdown: Formatting Text without the Complexity
Using lists
- [Instructor] Lists are a common way to organize items in markdown, and they couldn't be easier. The thing is, you probably already do lists in your texts without having to think about them. When you type in a series of hyphens into some text, it'll become a list. You can see that these hyphens will generate indented lists with bullet points. Now, instead of hyphens, you can type in a number of different characters. You can even use plus signs and they'll render in the same way. Now, if you do mix and match them, they will create different sets of lists. So if I change this one right here to minuses, you can see that this particular renderer puts these two items in a separate list, and this one's also in a separate list, and this one is on a separate list as well. The same thing will happen if you add some spaces in between each of the items. So if I do this, you'll see that they'll become different sets of lists. Even though they just look like regular lists, they're technically…
Contents
-
-
-
The different flavors of markdown2m 43s
-
Inline content3m 39s
-
(Locked)
ATX headings and headlines3m 35s
-
(Locked)
Using blockquotes1m 41s
-
(Locked)
Thematic breaks and horizontal rules1m 47s
-
(Locked)
Using lists3m 54s
-
(Locked)
Auto links, inline links, and link references5m 29s
-
(Locked)
Adding images6m 55s
-
(Locked)
Using HTML and CSS in Markdown7m 8s
-
-