Exercise 1

Exercise 1#

Create a Markdown (.md) file with three sections: Introduction, Methods, and Results.

  1. Introduction (## Introduction)

In this section, write a short paragraph explaining what the document is about or add the text:

Lorem ipsum dolor sit amet. At excepturi ipsam aut tempora fugit ut porro facilis et aspernatur totam vel voluptatem quisquam qui recusandae quidem. Ut facilis dolor et ipsum error et voluptates sint aut nesciunt inventore et delectus enim et quidem animi. Sed repellat deleniti id maiores temporibus ea doloremque fuga. Vel laboriosam galisum in corrupti vero qui inventore voluptatibus.

Lorem Ipsum is meaningless placeholder text used in design and publishing to mimic the look of real written content without conveying any actual meaning. Use it here to practise applying the formatting features we’ve discussed.

For example:

  • Use bold or italic formatting for emphasis.

  • Include an unordered list (- or *) with at least two points explaining why Markdown is useful.

  • Optionally, add a blockquote (>) to highlight an important point.

  1. Methods (## Methods)

Describe how Markdown works, you can use Lorem ipsum again.

  • Use an ordered list to explain the steps of opening a MD document.

  • Include examples of different text formatting like bold text.

  • Add a code block (triple backticks ```).

  1. Results (## Results)

Show the output of your research/experiment.

  • Use a table.

  • Use a task list

  • Include an image using Markdown syntax (![alt text](image_url/path)).