Mizux
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lib/rules_core/replacements.js
|
@ -13,7 +13,7 @@ |
|
|
|
|
|
|
|
|
// TODO:
|
|
|
// TODO:
|
|
|
// - fractionals 1/2, 1/4, 3/4 -> ½, ¼, ¾
|
|
|
// - fractionals 1/2, 1/4, 3/4 -> ½, ¼, ¾
|
|
|
// - miltiplication 2 x 4 -> 2 × 4
|
|
|
// - multiplications 2 x 4 -> 2 × 4
|
|
|
|
|
|
|
|
|
var RARE_RE = /\+-|\.\.|\?\?\?\?|!!!!|,,|--/; |
|
|
var RARE_RE = /\+-|\.\.|\?\?\?\?|!!!!|,,|--/; |
|
|
|
|
|
|
|
|