Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions MYREADME.md
Original file line number Diff line number Diff line change
@@ -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/)