# Report in a markdown file

## Task 8.1 Write some basic markdown
Try to replicate the piece of text in the figure here using markdown. If you have no idea what Markdown is, you probably didn't pay attention to the README and need to do the reading in the book! [Here is a handy link](https://mude.citg.tudelft.nl/book/2025/programming/week_1_2/markdown.html).

Here is the example to replicate:

![Markdown example](https://github.com/TUDelft-MUDE/source-files/raw/main/file/markdown_example.png)

% WRITE YOUR MARKDOWN HERE


## Task 2.2 Open rendered markdown preview

Test out the rendered markdown preview in VS code (CTRL+SHIFT+V). Is it identical to the image?

## Task 2.3 Create a markdown table

Now try to replicate the following markdown table (you can copy-paste the star emoji ⭐):

![Markdown example](https://github.com/TUDelft-MUDE/source-files/raw/main/file/markdown_table.png)

% WRITE YOUR MARKDOWN HERE


> By Tom van Woudenberg, Delft University of Technology. CC BY 4.0, more info [on the Credits page of Workbook](https://mude.citg.tudelft.nl/workbook-2025/credits.html).
