File tree Expand file tree Collapse file tree
labs/00-labs-01-getting_started Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,10 +89,6 @@ code goes here
8989var = "I'm learning Python!"
9090print (var)
9191``` ```
92-
93- <!-- the escape shows up in output, but without it there are worse problems. -->
94- <br /><br />
95-
969215 . 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)
10197Text 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
You can’t perform that action at this time.
0 commit comments