Skip to content

Commit

Permalink
Merge pull request markdown-it#857 from Mizux/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Vitaly Puzrin authored Mar 29, 2022
2 parents 6da0103 + c7e36eb commit 7f0bc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules_core/replacements.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

// TODO:
// - fractionals 1/2, 1/4, 3/4 -> ½, ¼, ¾
// - miltiplication 2 x 4 -> 2 × 4
// - multiplications 2 x 4 -> 2 × 4

var RARE_RE = /\+-|\.\.|\?\?\?\?|!!!!|,,|--/;

Expand Down

0 comments on commit 7f0bc25

Please sign in to comment.