diff --git a/journal/Gackowski_logbook.md b/journal/Gackowski_logbook.md index eabf3cd48f7993339cf67a3c41b271e366ce2002..53f2aeec8245adf8f8818ce4b7807e35eac9c65e 100644 --- a/journal/Gackowski_logbook.md +++ b/journal/Gackowski_logbook.md @@ -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