Add styling for GFM task lists

Close #2092
This commit is contained in:
Michael Rose
2019-03-13 08:30:30 -04:00
parent 097c01eff1
commit 8625e0708a
4 changed files with 27 additions and 2 deletions

View File

@@ -57,4 +57,10 @@ Nested and mixed lists are an interesting beast. It's a corner case to make sure
1. **ordered item**
2. **ordered item**
* unordered item
* unordered item
* unordered item
### Task Lists
- [x] Finish my changes
- [ ] Push my commits to GitHub
- [ ] Open a pull request