From e62d4c657adc98d1bcc036f4ef3a6d42aa07473b Mon Sep 17 00:00:00 2001 From: ChristinaPoudel Date: Tue, 16 Sep 2025 11:40:14 -0400 Subject: [PATCH 1/4] Update lab_03.md --- labs/lab_03.md | 66 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 65 insertions(+), 1 deletion(-) diff --git a/labs/lab_03.md b/labs/lab_03.md index 1b73e40..59ac6fd 100644 --- a/labs/lab_03.md +++ b/labs/lab_03.md @@ -133,8 +133,9 @@ usually preserves the alignment and formatting. Use triple backticks (```) to cr **Questions to Consider**: - Why does the ASCII art break down when pasted into Markdown without the code block guards? +- Because Markdown collapses spaces and lines unless told to preserve them. Code blocks tell Markdown to **keep exact spacing and formatting**. - What is the benefit of using a fixed-width (monospaced) fonts when working with ASCII art? - +Monospaced fonts ensure all characters are the **same width**, which keeps ASCII art aligned properly. --- ### Checklist for Completing the Exercise: @@ -145,3 +146,66 @@ Before submitting or showing your work, double-check the following: - [ ] My Markdown syntax works correctly, and the document looks tidy. - [ ] I had fun experimenting with Markdown and feel more confident using it! +## Number Row Characters + +- \! - Exclamation mark, Bang +- \@ - At symbol, At sign +- \# - Hash, Pound, Sharp, Number sign +- \$ - Dollar sign +- \% - Percent sign +- \^ - Caret, Hat +- \& - Ampersand +- \* - Asterisk, Star +- \( - Left parenthesis +- \) - Right parenthesis + +## Links + +- [GitHub Docs](https://docs.github.com/) +- [Markdown Guide](https://www.markdownguide.org/) +- [GitHub Emoji Cheat Sheet](https://github.com/ikatyang/emoji-cheat-sheet) + +## Emojis + +I love using GitHub! :octocat: +Learning Markdown is fun! :sparkles: :smile: :computer: + +## Images + +Here is a random image from [Picsum](https://picsum.photos): + +![Random Image](https://picsum.photos/320) + +Or, here's the GBC logo: + +![GBC Logo as SVG](https://www.georgebrown.ca/themes/custom/de_theme/logo.svg) +## Checklist + +- [x] Learn Markdown basics +- [ ] Create a cool GitHub README +- [ ] Complete this exercise +- [ ] Add more fun content! +## ASCII Art + + _____ _____ _____ _____ _______ + /\ \ /\ \ /\ \ /\ \ /::\ \ + /::\____\ /::\ \ /::\____\ /::\____\ /::::\ \ + /:::/ / /::::\ \ /:::/ / /:::/ / /::::::\ \ + /:::/ / /::::::\ \ /:::/ / /:::/ / /::::::::\ \ + /:::/ / /:::/\:::\ \ /:::/ / /:::/ / /:::/~~\:::\ \ + /:::/____/ /:::/__\:::\ \ /:::/ / /:::/ / /:::/ \:::\ \ + /::::\ \ /::::\ \:::\ \ /:::/ / /:::/ / /:::/ / \:::\ \ + /::::::\ \ _____ /::::::\ \:::\ \ /:::/ / /:::/ / /:::/____/ \:::\____\ + /:::/\:::\ \ /\ \ /:::/\:::\ \:::\ \ /:::/ / /:::/ / |:::| | |:::| | +/:::/ \:::\ /::\____\/:::/__\:::\ \:::\____\/:::/____/ /:::/____/ |:::|____| |:::| | +\::/ \:::\ /:::/ /\:::\ \:::\ \::/ /\:::\ \ \:::\ \ \:::\ \ /:::/ / + \/____/ \:::\/:::/ / \:::\ \:::\ \/____/ \:::\ \ \:::\ \ \:::\ \ /:::/ / + \::::::/ / \:::\ \:::\ \ \:::\ \ \:::\ \ \:::\ /:::/ / + \::::/ / \:::\ \:::\____\ \:::\ \ \:::\ \ \:::\__/:::/ / + /:::/ / \:::\ \::/ / \:::\ \ \:::\ \ \::::::::/ / + /:::/ / \:::\ \/____/ \:::\ \ \:::\ \ \::::::/ / + /:::/ / \:::\ \ \:::\ \ \:::\ \ \::::/ / + /:::/ / \:::\____\ \:::\____\ \:::\____\ \::/____/ + \::/ / \::/ / \::/ / \::/ / ~~ + \/____/ \/____/ \/____/ \/____/ + From 97581ce14c86ea64548ddf602288f8c1deecd8fc Mon Sep 17 00:00:00 2001 From: ChristinaPoudel Date: Tue, 16 Sep 2025 11:45:35 -0400 Subject: [PATCH 2/4] Update lab_03.md --- labs/lab_03.md | 1 - 1 file changed, 1 deletion(-) diff --git a/labs/lab_03.md b/labs/lab_03.md index 59ac6fd..5d1abff 100644 --- a/labs/lab_03.md +++ b/labs/lab_03.md @@ -136,7 +136,6 @@ usually preserves the alignment and formatting. Use triple backticks (```) to cr - Because Markdown collapses spaces and lines unless told to preserve them. Code blocks tell Markdown to **keep exact spacing and formatting**. - What is the benefit of using a fixed-width (monospaced) fonts when working with ASCII art? Monospaced fonts ensure all characters are the **same width**, which keeps ASCII art aligned properly. ---- ### Checklist for Completing the Exercise: Before submitting or showing your work, double-check the following: From f9063ef57f61266f9f7ba8955cb6136d55622805 Mon Sep 17 00:00:00 2001 From: ChristinaPoudel Date: Tue, 16 Sep 2025 11:48:39 -0400 Subject: [PATCH 3/4] Update lab_03.md From dc70639f10deb886ead56720964d27ba57e66552 Mon Sep 17 00:00:00 2001 From: ChristinaPoudel Date: Tue, 16 Sep 2025 11:52:31 -0400 Subject: [PATCH 4/4] Update lab_03.md