Skip to content

Latest commit

 

History

History
96 lines (67 loc) · 1.45 KB

README.md

File metadata and controls

96 lines (67 loc) · 1.45 KB

Markdown-File-Example

Headings

Hello World

Hello World

Hello World

Hello World

Hello World
Hello World

 

Normal Text

Hello World!

 

Hyperlinks

GitHub

 

Strong and italic text

Italic text here

Bold text here

 

StrikeThrough

StrikeThrough text

 

Images

sunflower

 

Tables

Name Email Address
Diksha [email protected] Address1
Kom [email protected] Address2

 

Quotes

Your quote looks like this.

 

Code

forEach() method iterates each element of an array.

 

Code block

const express = require('express')
const app = express()
const port = 3000

app.get('/', (req, res) => {
  res.send('Hello World!')
})

app.listen(port, () => {
  console.log(`Example app listening at http://localhost:${port}`)
})

 

List

  1. Item 1
  2. Item 2
  3. Item 3
    • Sub item 1
    • Sub item 3
  • Unordered item
  • Unordered item
  • Unordered item

 

Horizontal line

Some Text


OR

Some text