Skip to content

Commit f661267

Browse files
authored
Merge pull request #33 from CiscoDevNet/remove-tasklists
Removes task list as it is an extension to GFM
2 parents 2cc3213 + e0a0d19 commit f661267

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

  • labs/00-labs-01-getting_started

labs/00-labs-01-getting_started/3.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@ code goes here
8989
var = "I'm learning Python!"
9090
print (var)
9191
``` ```
92-
93-
<!-- the escape shows up in output, but without it there are worse problems. -->
94-
<br/><br/>
95-
9692
15. Create expandable code blocks with the `<details>` element so that the user can expand to see examples in the web browser.
9793

9894
```
@@ -101,15 +97,8 @@ print (var)
10197
Text that becomes visible only after clicking on the header goes here.
10298
</details>
10399
```
104-
16. Test area for task lists with check boxes
105-
106-
- [ ] foo
107-
- [x] bar
108-
109-
```
110-
- [ ] foo
111-
- [x] bar
112-
```
100+
<!-- the escape shows up in output, but without it there are worse problems. -->
101+
<br/><br/>
113102
114103
### Try it out: Online Interactive Markdown Editor
115104

0 commit comments

Comments
 (0)