From dc64471641aed28c2b4aa5cf2a0f519cc19b7afb Mon Sep 17 00:00:00 2001 From: "[Queendaline25]" <[queenezikeanyi@gmail.com]> Date: Fri, 21 Nov 2025 21:36:39 +0000 Subject: [PATCH] Adding all markdown content --- MYREADME.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 MYREADME.md diff --git a/MYREADME.md b/MYREADME.md new file mode 100644 index 0000000..df680dc --- /dev/null +++ b/MYREADME.md @@ -0,0 +1,46 @@ +# Queendaline Markdown notes + In this file, i am trying to learn about the basics syntax of Markdown. +I will like to experiment on adding image file to the markdown. +## My other learnings +And to the rest of the classes, I have learned so much on git and github including their basic commands and workflow + +## my areas of developments +I will like to consolidate on the basic syntax i have learnt so far as they are quite new to me. + +## Examples of using Markdown syntax +### italics + +*This is my italics* +### Bold + +**Practising bold letters** + +### Ordered List +1. +2. +3. + +### Unordered list +* +* +* + +### Blockquote +> this is a blockquote + +### Code +`This is a code` + +### Image + +![pebbles](image_example.jpg) + +### Link + +Resource: + + [Mark down guide](https://www.markdownguide.org/basic-syntax/) + + + +