-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Labels
Status: ProposalRequest for commentsRequest for comments
Description
Currently, filtered AST types are Link, Image, BlockQuote, Emphasis.
textlint-rule-prh/src/textlint-rule-prh.js
Line 136 in dd4bb87
| if (helper.isChildNode(node, [Syntax.Link, Syntax.Image, Syntax.BlockQuote, Syntax.Emphasis])) { |
I want to add Header to the blacklist.
But it cannot set as default behavior. It's not needed in many use cases.
So I propose to support ignoreSyntax option.
- Type:
Array<String>(optional) - Default values:
[Syntax.Link, Syntax.Image, Syntax.BlockQuote, Syntax.Emphasis]
How about it?
Metadata
Metadata
Assignees
Labels
Status: ProposalRequest for commentsRequest for comments