Update Gackowski_logbook.md

parent 19ba2a34
......@@ -22,15 +22,16 @@ using the **Find file** search tool.
**New directory**.
- Inside this directory, I created a new file named `fichier-markdown.md`
using **New file**.
- I followed the instructions from the PDF *"Introduction to Markdown"* and
typed the content accordingly:
- I followed the instructions *"Introduction to Markdown"* and
typed the content accordingly (among others) - in style indicated by delivered
PDF file:
- Used `#` to create titles and headings.
- Used `*italic*`, `**bold**` for text formatting.
- Used `-` for unordered lists, and `1.` for ordered lists.
- Used backticks and syntax highlighting (e.g., ```python```) to include
code blocks.
- I saved the file with the name `fichier-markdown.md` and added a
**Commit message**: `commit changes`.
**Commit message** and pushed `commit changes`.
### Part B: Comparing With the Solution
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment