Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pass plugin options to setParserPlugin
some remark plugins require options to be passed to remark. for example, `remark.use(parserPlugin, requiredPlugin)`. This commit passes the pluginOptions to setParserPlugins. setParserPlugins returns an array of parsers. Now array elements can also be arrays of two elements: parser, and options.
- Loading branch information