Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 627 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 627 Bytes

Simple Markdown parser

Installation and usage

  • Install NodeJS
  • run the following commands in the root directory:
npm install 
node parser 
  • when prompted, type the filepath to a .md file you want to parse, e.g. ./example.md for a file in the same directory as parser.js.

On success HTML file with identical name will be created in the same directory as the original.

Code highlighting

You have the possibility to switch between currently available themes by changing the currentTheme property at the top of parser.js.