Skip to content

boyomarinov/NodeMarkdownParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published