wooorm / a-dump-of-markdown

.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com:micromark/micromark.git
cd micromark
npm install
npm test
npm link
cd ..
# get this repo, link micromark into it
git clone git@github.com: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

.


Languages

Language:JavaScript 78.7%Language:HTML 21.3%