Closed
Description
The options for unsafe does not allow the removal of unsafe entries. I'd like to customize this array but I cannot since .concat is used so passing an empty array does not remove any rules:
mdast-util-to-markdown/lib/configure.js
Line 18 in f3df741
I want to remove these rules in particular:
mdast-util-to-markdown/lib/unsafe.js
Lines 92 to 94 in f3df741