hagenburger / pimd

PIMD – Processing Instructions for Markdown
https://hagenburger.github.io/pimd-docs/
MIT License
20 stars 5 forks source link

Use the browser’s native DOM instead of JSDOM #35

Open hagenburger opened 6 years ago

hagenburger commented 6 years ago

When PIMD gets used in the browser, JSDOM is not needed, as the browser already has its own DOM. This would reduce the package size and increase the speed.