Skip to content

wooorm/a-dump-of-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a dump of markdown

This repo houses 1.5mb of markdown and a script to test micromark against it, for performance reasons.

Use

# get micromark, and link it
git clone [email protected]:micromark/micromark.git
cd micromark
npm install
npm test
npm link
cd ..
# get this repo, link micromark into it
git clone [email protected]:wooorm/a-dump-of-markdown.git
cd a-dump-of-markdown
npm install
npm link micromark

Now you can profile Node:

# process the markdown in node (e.g., see: <https://v8.dev/docs/profile>)
node --prof example

Or to profile in a browser:

# build a version for a browser.
npm run build
# open `index.html` in default browser.
open index.html

License

This project is not considered open source. Do not take anything from it. The dump includes:

About

.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published