Skip to content

nmtigor/commonmark.ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

This uses a compiling mechanism, i.e., compile while 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
# deno 2.5.6
deno test -R # 1 passed (782 steps)

About

TS-implementation of CommonMark, efficient for editing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors