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/) + + + +