-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for multiple transforms of the same CSS selector.
With this commit, we can supply multiple transforms for the same CSS selector. It enables treating the same CSS selector with different texts separately. E.g., <h2>Chapter X</h2> <h2>Section Y</h2> with "h2": [ { "requiretext": "^Chapter", "Type": "Module" }, { "requiretext": "^Section", "Type": "Section" } ] Will treat "X" as Module and "Y" as "Section".
- Loading branch information
1 parent
cdaa4aa
commit 61db416
Showing
2 changed files
with
108 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters