Skip to content

PiLa-DZ/Markdown-Reference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Markdown Reference

- Paragraph

this is paragraph.
you can use 'HTML br tag'
Like this <br>.

- Bold and Italic

this is Italic and this is Italic
this is Bold and this is Bold
this is Bold and Italic
this is Bold and Italic

- Blockquotes

this is a Blockquoutes.

- - Multiple Paragraphs

Paragraph 1

Paragraph 2

- - Nested Blockquotes

Paragraph

Nested Paragraph

  • Another Nested Paragraph

Lists

  1. List
    1. Nested List
    2. Nested List
  2. List
  3. List

Unordered Lists

  • List
    • Nested List
    • Nested List
  • List
  • List
  • List
  • List

Code

function sayHi() { console.log('hi') }

- Escaping Backticks ``

function sayHi() { console.cog(`${myVar}`) }

- Code Blocks

funcction sayHi() {
	console.log('Hi')
}
let myName = 'Hi'
function sayHi() { 
	console.cog(`Hi ${myName}, How are you!`)
	return false
}

Horizontal Rules



Links

This link for facebook

- URLs and Email Addresses

https://www.markdownguide.org fake@example.com


Learn From Youtube 😊

Learn Emoji From GitHub 😍

Go To Online Editor 😎

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors