Skip to content

ErwanLT/markdownGenerator

Repository files navigation

Codacy Badge Build Status codecov

markdownGenerator

A quick module to help generate markdown file

Code Items

Code

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

Syntax Highlighting Code

{
  "firstName": "John",
  "lastName": "Smith",
  "age": 25
}

List items

Unordered lis

  • item value
  • item value
  • item value

Ordered list

  1. item value
  2. item value
  3. item value

Tasklist items

  • item value
  • item value
  • item value

Link

With tooltip

GitHub

Without tooltip

GitHub

Table

header1 header2
text1 text2
text3 text4

Emphasis

Bold

Welcome to this project

Italic

Welcome to this project

Bold Italic

Welcome to this project

Strikethrough

The world is flat. We now know that the world is round.