From e0a0d19bfa8b11092cd9f011aee9bba0ffa091fa Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Thu, 5 Apr 2018 08:58:10 -0500 Subject: [PATCH] Removes task list as it is an extension to GFM --- labs/00-labs-01-getting_started/3.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/labs/00-labs-01-getting_started/3.md b/labs/00-labs-01-getting_started/3.md index 17c6b8e..8f77fa4 100644 --- a/labs/00-labs-01-getting_started/3.md +++ b/labs/00-labs-01-getting_started/3.md @@ -89,10 +89,6 @@ code goes here var = "I'm learning Python!" print (var) ``` ``` - - -

- 15. Create expandable code blocks with the `
` element so that the user can expand to see examples in the web browser. ``` @@ -101,15 +97,8 @@ print (var) Text that becomes visible only after clicking on the header goes here.
``` -16. Test area for task lists with check boxes - -- [ ] foo -- [x] bar - -``` -- [ ] foo -- [x] bar -``` + +

### Try it out: Online Interactive Markdown Editor