Skip to content

Auwal007/Markdown-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 

Repository files navigation

Markdown-Learning

This repo is used to show how to use markdown.

Tutorial

This is two level heading

This is three level heading

This is four level heading

BOLD

This text is bolded

this text is not bolded

Italics

This is italize

This is not italize

CREATING A LIST

Unorderd list: you can create an unorderd list item by preceeding the list item with either a -, + or *.

  • Number 1
    • Nested 1
    • Nested 2
  • Number 2
  • Number 3
  • Number 1
    • Nested 1
    • Nested 2
  • Number 2
  • Number 3
  • Number 1
  • Number 2
  • Number 3

Ordederd LIst: Orderd list can be created using numbers.

  1. Item one
  2. Item two
  3. Item three
  4. Item four
    1. Item four nested 1
    2. Item four nested 2

Link

My Github link

Image

My image

Code and syntax

print("Hello world")

TABLE

Name Age Gender
Auwal 29 Male
Anas 33 MAle

Task list

  • Complete Markdown lecture
  • Prepare assignments
  • Review student submissions

Horizontal Rule

You can create a horizontal rule with three or more hyphens, asterisks, or underscores.




About

This repo is used to show how to use markdown.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published