Skip to content

OzanOcak/mdParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdParser (in development)

I initially aimed to develop a markup to html parser with minimalist lexer analysing and parsing approach.

const fragment = document.createDocumentFragment();

createDocumentFragment method is used to handling dom manipulation. I disregard performance and security. There are only some of mark up grammar implemented so far.

To run the project npm run dev

control+C to exit, for unclosed deammon process on localhost (mac only)

    sudo lsof -i :3000
    kill -9 <PID>

About

minimalist md parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published