- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 23
Closed
Labels
🙅 no/wontfixThis is not (enough of) an issue for this projectThis is not (enough of) an issue for this project
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
| base[key] = base[key].concat(extension[key] || []) | 
I want to remove these rules in particular:
mdast-util-to-markdown/lib/unsafe.js
Lines 92 to 94 in f3df741
| {atBreak: true, character: '_'}, | |
| {before: '[^A-Za-z]', character: '_', inConstruct: 'phrasing'}, | |
| {character: '_', after: '[^A-Za-z]', inConstruct: 'phrasing'}, | 
Metadata
Metadata
Assignees
Labels
🙅 no/wontfixThis is not (enough of) an issue for this projectThis is not (enough of) an issue for this project