Skip to content

Commit

Permalink
Merge pull request #33 from CiscoDevNet/remove-tasklists
Browse files Browse the repository at this point in the history
Removes task list as it is an extension to GFM
  • Loading branch information
annegentle authored Apr 5, 2018
2 parents 2cc3213 + e0a0d19 commit f661267
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions labs/00-labs-01-getting_started/3.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ code goes here
var = "I'm learning Python!"
print (var)
``` ```

<!-- the escape shows up in output, but without it there are worse problems. -->
<br/><br/>

15. Create expandable code blocks with the `<details>` element so that the user can expand to see examples in the web browser.

```
Expand All @@ -101,15 +97,8 @@ print (var)
Text that becomes visible only after clicking on the header goes here.
</details>
```
16. Test area for task lists with check boxes
- [ ] foo
- [x] bar
```
- [ ] foo
- [x] bar
```
<!-- the escape shows up in output, but without it there are worse problems. -->
<br/><br/>
### Try it out: Online Interactive Markdown Editor
Expand Down

0 comments on commit f661267

Please sign in to comment.