Skip to content

nmtigor/commonmark.ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a TS-implementation of CommonMark, developed from the JS-implementation commonmark.js.

This adds the feature that, when editing, it finds the smallest dirty node, and recompiles that node only, reusing unrelated nodes within the dirty node. So it is very efficient for editing.

unittest

  • cd /path_to/commonmark.ts/src/test
    deno test --allow-read --allow-net ../lib

About

TS-implementation of CommonMark, efficient for editing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published