From the course: Learning Markdown: Formatting Text without the Complexity
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Task lists - Markdown Tutorial
From the course: Learning Markdown: Formatting Text without the Complexity
Task lists
- [Instructor] Task lists are a special feature in some implementations of Markdown. They're especially useful in that they can become clickable elements and side lists. To create them, I'm going to start with the code we've been working on. I made some changes and moved these technical specifications to the top. So to make these, basically you add a bracket to a list item, and if you put an x inside one of these combinations like this, then this means that this is a checked item. Now let's go ahead and add all those to all three elements, but you'll see that it doesn't do anything particularly useful inside this code pen because it doesn't really know what to do with these. However, when you build these inside GitHub, they're completely different. So let's go ahead and do that. I'm going to copy all of this code right here, and I'm going to go to github.new. Of course, you'll need to have a GitHub account in order to do this. And in this github.new link, I'm going to create a New…