Widdershin/markdown-doctest

As a user, I want to specify some folders to be ignored

Closed this issue · 2 comments

I have a folder doc/decision-tree-widget/node_modules which should obviously be ignored, but I don't have a way of specifying that in .markdown-doctest-setup.js

Still needs to be documented, but here ya go:

You can now add an ignore option to your setup. The value should be an
array of globs.

module.exports = {
  ignore: ['docs_src/**/*']
}

Released in v0.7.0