1.4 Exercises#
These exercises are designed to help you practice more advanced Markdown syntax in Jupyter Notebooks.
1️⃣ List, linebreak, and indentation#
Create an unordered shopping list grouped into at least 3 categories (e.g. Fruits, Dairy).
Use top-level bullets for categories.
Indent items under each category.
Leave a blank line between categories.
2️⃣ Mixed Formatting in Context#
Write a paragraph that includes bold text, italicized text, inline code, and a link to a website
3️⃣: Nested Lists and Checkboxes#
Create a nested list of topics and subtopics. Add checkboxes for tasks.S
4️⃣: Blockquotes and Code Blocks#
Create a blockquote that includes a code block inside it.
Example: def hello(): print(“Hello, world!”)
Volountary exercise 1: Tables and Images with Captions#
Create a table comparing three Markdown features. Then, add an image below with a caption using HTML.