Initial commit
This commit is contained in:
commit
388079e6bb
1108 changed files with 330121 additions and 0 deletions
13
assets/js/plugins/regex-typo-hook.js
Normal file
13
assets/js/plugins/regex-typo-hook.js
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
class correctTypo extends Paged.Handler {
|
||||
constructor(chunker, polisher, caller) {
|
||||
super(chunker, polisher, caller);
|
||||
}
|
||||
|
||||
beforeParsed(content) {
|
||||
orthotypo(content);
|
||||
exposants(content);
|
||||
noHyphens(content);
|
||||
}
|
||||
}
|
||||
|
||||
Paged.registerHandlers(correctTypo);
|
||||
Loading…
Add table
Add a link
Reference in a new issue