typograf 6.12.0 → 6.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13,92 +13,96 @@
13
13
  | 9. | [common/space/trimRight](../src/rules/common/space/trimRight.js) | Remove spaces and line breaks at end of text | 207 | | ✓ |
14
14
  | 10. | [common/space/delRepeatN](../src/rules/common/space/delRepeatN.js) | Remove duplicate line breaks | 209 | | ✓ |
15
15
  | 11. | [common/space/delRepeatSpace](../src/rules/common/space/delRepeatSpace.js) | Removing duplicate spaces between characters | 209 | | ✓ |
16
- | 12. | [common/space/afterPunctuation](../src/rules/common/space/afterPunctuation.js) | space after punctuation | 210 | | ✓ |
17
- | 13. | [common/space/beforeBracket](../src/rules/common/space/beforeBracket.js) | Space before opening bracket | 210 | | ✓ |
18
- | 14. | [common/space/bracket](../src/rules/common/space/bracket.js) | Remove extra spaces after opening and before closing bracket | 210 | | ✓ |
19
- | 15. | [common/space/delBeforeDot](../src/rules/common/space/delBeforeDot.js) | Remove space before dot | 210 | | ✓ |
20
- | 16. | [common/space/delBeforePercent](../src/rules/common/space/delBeforePercent.js) | Remove space before %, ‰ and ‱ | 210 | | ✓ |
21
- | 17. | [common/space/delBeforePunctuation](../src/rules/common/space/delBeforePunctuation.js) | Remove spaces before punctuation | 210 | | ✓ |
22
- | 18. | [common/space/delBetweenExclamationMarks](../src/rules/common/space/delBetweenExclamationMarks.js) | Remove spaces before exclamation marks | 210 | | ✓ |
23
- | 19. | [common/space/delLeadingBlanks](../src/rules/common/space/delLeadingBlanks.js) | Remove spaces at start of line | 210 | | |
24
- | 20. | [common/space/insertFinalNewline](../src/rules/common/space/insertFinalNewline.js) | Insert final newline | 210 | end | |
25
- | 21. | [common/space/squareBracket](../src/rules/common/space/squareBracket.js) | Remove extra spaces after opening and before closing square bracket | 210 | | ✓ |
26
- | 22. | [ru/space/afterHellip](../src/rules/ru/space/afterHellip.js) | Space after “...”, “!..” and “?..” | 210 | | ✓ |
27
- | 23. | [ru/space/year](../src/rules/ru/space/year.js) | Space between number and word “год” | 210 | ||
28
- | 24. | [en-US/dash/main](../src/rules/en-US/dash/main.js) | Replace hyphens surrounded by spaces with an em-dash | 305 | | ✓ |
29
- | 25. | [ru/dash/main](../src/rules/ru/dash/main.js) | Replacement hyphen with dash | 305 | | ✓ |
30
- | 26. | [ru/dash/centuries](../src/rules/ru/dash/centuries.js) | Hyphen to dash in centuries | 310 | | ✓ |
31
- | 27. | [ru/dash/daysMonth](../src/rules/ru/dash/daysMonth.js) | Dash between days of one month | 310 | | ✓ |
32
- | 28. | [ru/dash/de](../src/rules/ru/dash/de.js) | Hyphen before “де” | 310 | | |
33
- | 29. | [ru/dash/decade](../src/rules/ru/dash/decade.js) | Dash in decade | 310 | | ✓ |
34
- | 30. | [ru/dash/directSpeech](../src/rules/ru/dash/directSpeech.js) | Dash in direct speech | 310 | | ✓ |
35
- | 31. | [ru/dash/izpod](../src/rules/ru/dash/izpod.js) | Hyphen between “из-под” | 310 | | ✓ |
36
- | 32. | [ru/dash/izza](../src/rules/ru/dash/izza.js) | Hyphen between “из-за” | 310 | ||
37
- | 33. | [ru/dash/ka](../src/rules/ru/dash/ka.js) | Hyphen before “ка” and “кась” | 310 | | ✓ |
38
- | 34. | [ru/dash/koe](../src/rules/ru/dash/koe.js) | Hyphen after “кое” and “кой” | 310 | | ✓ |
39
- | 35. | [ru/dash/month](../src/rules/ru/dash/month.js) | Dash between months | 310 | | ✓ |
40
- | 36. | [ru/dash/surname](../src/rules/ru/dash/surname.js) | Acronyms with a dash | 310 | | ✓ |
41
- | 37. | [ru/dash/taki](../src/rules/ru/dash/taki.js) | Hyphen between “верно-таки” and etc. | 310 | | ✓ |
42
- | 38. | [ru/dash/time](../src/rules/ru/dash/time.js) | Dash in time intervals | 310 | | ✓ |
43
- | 39. | [ru/dash/to](../src/rules/ru/dash/to.js) | Hyphen before “то”, “либо”, “нибудь” | 310 | | ✓ |
44
- | 40. | [ru/dash/weekday](../src/rules/ru/dash/weekday.js) | Dash between the days of the week | 310 | | ✓ |
45
- | 41. | [ru/dash/years](../src/rules/ru/dash/years.js) | Hyphen to dash in years | 310 | | ✓ |
46
- | 42. | [common/punctuation/apostrophe](../src/rules/common/punctuation/apostrophe.js) | Placement of correct apostrophe | 410 | | ✓ |
47
- | 43. | [common/punctuation/delDoublePunctuation](../src/rules/common/punctuation/delDoublePunctuation.js) | Removing double punctuation | 410 | | ✓ |
48
- | 44. | [common/punctuation/hellip](../src/rules/common/punctuation/hellip.js) | Replacement of three points by ellipsis | 410 | | ✓ |
49
- | 45. | [common/punctuation/quote](../src/rules/common/punctuation/quote.js) | Placement of quotation marks in texts | 410 | | ✓ |
50
- | 46. | [ru/punctuation/ano](../src/rules/ru/punctuation/ano.js) | Placement of commas before “а” and “но” | 410 | hide-safe-tags-html | ✓ |
51
- | 47. | [ru/punctuation/exclamation](../src/rules/ru/punctuation/exclamation.js) | !! ! | 410 | | ✓ |
52
- | 48. | [ru/punctuation/hellipQuestion](../src/rules/ru/punctuation/hellipQuestion.js) | «?…» «?..», «!…» «!..», «…,» → «…» | 410 | | ✓ |
53
- | 49. | [common/punctuation/quoteLink](../src/rules/common/punctuation/quoteLink.js) | Removal quotes outside a link | 415 | show-safe-tags-html | ✓ |
54
- | 50. | [ru/punctuation/exclamationQuestion](../src/rules/ru/punctuation/exclamationQuestion.js) | !? ?! | 415 | | ✓ |
55
- | 51. | [common/nbsp/afterNumber](../src/rules/common/nbsp/afterNumber.js) | Non-breaking space between number and word | 510 | | |
56
- | 52. | [common/nbsp/afterParagraphMark](../src/rules/common/nbsp/afterParagraphMark.js) | Non-breaking space after | 510 | | ✓ |
57
- | 53. | [common/nbsp/afterSectionMark](../src/rules/common/nbsp/afterSectionMark.js) | Non-breaking space after § | 510 | | ✓ |
58
- | 54. | [common/nbsp/afterShortWord](../src/rules/common/nbsp/afterShortWord.js) | Non-breaking space after short word | 510 | | ✓ |
59
- | 55. | [common/nbsp/beforeShortLastNumber](../src/rules/common/nbsp/beforeShortLastNumber.js) | Non-breaking space before number (maximum 2 digits) at end of sentence | 510 | ||
60
- | 56. | [common/nbsp/beforeShortLastWord](../src/rules/common/nbsp/beforeShortLastWord.js) | Non-breaking space before last short word in sentence | 510 | | ✓ |
61
- | 57. | [common/nbsp/dpi](../src/rules/common/nbsp/dpi.js) | Non-breaking space before lpi and dpi | 510 | | ✓ |
62
- | 58. | [common/nbsp/nowrap](../src/rules/common/nbsp/nowrap.js) | Replace non-breaking space to normal space in tags nowrap and nobr | 510 | end | ✓ |
63
- | 59. | [common/nbsp/replaceNbsp](../src/rules/common/nbsp/replaceNbsp.js) | Replacing non-breaking space on normal before text correction | 510 | utf | |
64
- | 60. | [ru/nbsp/abbr](../src/rules/ru/nbsp/abbr.js) | Non-breaking space in abbreviations, e.g. “т. д.” | 510 | | ✓ |
65
- | 61. | [ru/nbsp/addr](../src/rules/ru/nbsp/addr.js) | Placement of non-breaking space after “г.”, “обл.”, “ул.”, “пр.”, “кв.” et al. | 510 | | ✓ |
66
- | 62. | [ru/nbsp/afterNumberSign](../src/rules/ru/nbsp/afterNumberSign.js) | Non-breaking thin space after | 510 | | ✓ |
67
- | 63. | [ru/nbsp/centuries](../src/rules/ru/nbsp/centuries.js) | Remove spaces and extra points in “вв.” | 510 | | |
68
- | 64. | [ru/nbsp/dayMonth](../src/rules/ru/nbsp/dayMonth.js) | Non-breaking space between number and month | 510 | | ✓ |
69
- | 65. | [ru/nbsp/initials](../src/rules/ru/nbsp/initials.js) | Binding of initials to the name | 510 | | ✓ |
70
- | 66. | [ru/nbsp/mln](../src/rules/ru/nbsp/mln.js) | Non-breaking space between number and “тыс.”, “млн”, “млрд” and “трлн” | 510 | | ✓ |
71
- | 67. | [ru/nbsp/ooo](../src/rules/ru/nbsp/ooo.js) | Non-breaking space after “OOO, ОАО, ЗАО, НИИ, ПБОЮЛ” | 510 | | ✓ |
72
- | 68. | [ru/nbsp/page](../src/rules/ru/nbsp/page.js) | Non-breaking space after “стр.”, “гл.”, “рис.”, “илл.” | 510 | | ✓ |
73
- | 69. | [ru/nbsp/ps](../src/rules/ru/nbsp/ps.js) | Non-breaking space in P. S. and P. P. S. | 510 | | ✓ |
74
- | 70. | [ru/nbsp/rubleKopek](../src/rules/ru/nbsp/rubleKopek.js) | Not once. space before the “rub” and “cop.” | 510 | | ✓ |
75
- | 71. | [ru/nbsp/see](../src/rules/ru/nbsp/see.js) | Non-breaking space after abbreviation «см.» and «им.» | 510 | | ✓ |
76
- | 72. | [ru/nbsp/year](../src/rules/ru/nbsp/year.js) | Non-breaking space before XXXX г. (2012 г.) | 510 | | ✓ |
77
- | 73. | [ru/nbsp/beforeParticle](../src/rules/ru/nbsp/beforeParticle.js) | Non-breaking space before “ли”, “ль”, “же”, “бы”, “б” | 515 | | ✓ |
78
- | 74. | [ru/nbsp/m](../src/rules/ru/nbsp/m.js) | m2 м², m3 м³ and non-breaking space | 515 | | ✓ |
79
- | 75. | [ru/nbsp/years](../src/rules/ru/nbsp/years.js) | г.г. гг. and non-breaking space | 515 | | ✓ |
80
- | 76. | [common/number/fraction](../src/rules/common/number/fraction.js) | 1/2 ½, 1/4 ¼, 3/4 → ¾ | 610 | | ✓ |
81
- | 77. | [common/number/mathSigns](../src/rules/common/number/mathSigns.js) | != ≠, <= ≤, >= ≥, ~= → ≅, +- → ± | 610 | | ✓ |
82
- | 78. | [common/number/times](../src/rules/common/number/times.js) | x× (10 x 5 10×5) | 610 | | ✓ |
83
- | 79. | [ru/number/comma](../src/rules/ru/number/comma.js) | Commas in numbers | 610 | | ✓ |
84
- | 80. | [ru/number/ordinals](../src/rules/ru/number/ordinals.js) | N-ый, -ой, -ая, -ое, -ые, -ым, -ом, -ых N-й, -я, -е, -м, -х (25-й) | 610 | | ✓ |
85
- | 81. | [ru/money/currency](../src/rules/ru/money/currency.js) | Currency symbol ($, €, ¥, Ұ, £ and ₤) after the number, $100100 $ | 710 | | |
86
- | 82. | [ru/money/ruble](../src/rules/ru/money/ruble.js) | 1 руб.1 | 710 | | |
87
- | 83. | [ru/date/fromISO](../src/rules/ru/date/fromISO.js) | Converting dates YYYY-MM-DD type DD.MM.YYYY | 810 | | ✓ |
88
- | 84. | [ru/date/weekday](../src/rules/ru/date/weekday.js) | 2 Мая, Понедельник2 мая, понедельник | 810 | | ✓ |
89
- | 85. | [common/other/repeatWord](../src/rules/common/other/repeatWord.js) | Removing repeat words | 910 | | |
90
- | 86. | [ru/other/accent](../src/rules/ru/other/accent.js) | Replacement capital letters to lowercase with addition of accent | 910 | | |
91
- | 87. | [ru/other/phone-number](../src/rules/ru/other/phone-number.js) | Formatting phone numbers | 910 | | ✓ |
92
- | 88. | [common/number/digitGrouping](../src/rules/common/number/digitGrouping.js) | Divide into groups numbers with many digits | 920 | | |
93
- | 89. | [ru/optalign/bracket](../src/rules/ru/optalign/bracket.js) | for opening bracket | 1010 | | |
94
- | 90. | [ru/optalign/comma](../src/rules/ru/optalign/comma.js) | for comma | 1010 | | |
95
- | 91. | [ru/optalign/quote](../src/rules/ru/optalign/quote.js) | for opening quotation marks | 1010 | | |
96
- | 92. | [ru/typo/switchingKeyboardLayout](../src/rules/ru/typo/switchingKeyboardLayout.js) | Replacement of Latin letters in Russian. Typos occur when you switch keyboard layouts | 1110 | ||
97
- | 93. | [common/html/e-mail](../src/rules/common/html/e-mail.js) | Placement of links for e-mail | 1210 | end | |
98
- | 94. | [common/html/processingAttrs](../src/rules/common/html/processingAttrs.js) | Processing HTML attributes | 1210 | hide-safe-tags-own | |
99
- | 95. | [common/html/quot](../src/rules/common/html/quot.js) | &⁠quot; " | 1210 | hide-safe-tags ||
100
- | 96. | [common/html/url](../src/rules/common/html/url.js) | Placement of links | 1210 | end | |
101
- | 97. | [common/html/p](../src/rules/common/html/p.js) | Placement of paragraph | 1215 | end | |
102
- | 98. | [common/html/nbr](../src/rules/common/html/nbr.js) | Replacement line break on <br/> | 1220 | end | |
103
- | 99. | [common/html/stripTags](../src/rules/common/html/stripTags.js) | Removing HTML-tags | 1309 | end | |
104
- | 100. | [common/html/escape](../src/rules/common/html/escape.js) | Escaping HTML | 1310 | end | |
16
+ | 12. | [common/space/afterColon](../src/rules/common/space/afterColon.js) | space after colon | 210 | | ✓ |
17
+ | 13. | [common/space/afterComma](../src/rules/common/space/afterComma.js) | space after comma | 210 | | ✓ |
18
+ | 14. | [common/space/afterExclamationMark](../src/rules/common/space/afterExclamationMark.js) | space after exclamation mark | 210 | | ✓ |
19
+ | 15. | [common/space/afterQuestionMark](../src/rules/common/space/afterQuestionMark.js) | space after question mark | 210 | | ✓ |
20
+ | 16. | [common/space/afterSemicolon](../src/rules/common/space/afterSemicolon.js) | space after semicolon | 210 | | ✓ |
21
+ | 17. | [common/space/beforeBracket](../src/rules/common/space/beforeBracket.js) | Space before opening bracket | 210 | | ✓ |
22
+ | 18. | [common/space/bracket](../src/rules/common/space/bracket.js) | Remove extra spaces after opening and before closing bracket | 210 | | ✓ |
23
+ | 19. | [common/space/delBeforeDot](../src/rules/common/space/delBeforeDot.js) | Remove space before dot | 210 | ||
24
+ | 20. | [common/space/delBeforePercent](../src/rules/common/space/delBeforePercent.js) | Remove space before %, ‰ and ‱ | 210 | | |
25
+ | 21. | [common/space/delBeforePunctuation](../src/rules/common/space/delBeforePunctuation.js) | Remove spaces before punctuation | 210 | | ✓ |
26
+ | 22. | [common/space/delBetweenExclamationMarks](../src/rules/common/space/delBetweenExclamationMarks.js) | Remove spaces before exclamation marks | 210 | | ✓ |
27
+ | 23. | [common/space/delLeadingBlanks](../src/rules/common/space/delLeadingBlanks.js) | Remove spaces at start of line | 210 | | |
28
+ | 24. | [common/space/insertFinalNewline](../src/rules/common/space/insertFinalNewline.js) | Insert final newline | 210 | end | |
29
+ | 25. | [common/space/squareBracket](../src/rules/common/space/squareBracket.js) | Remove extra spaces after opening and before closing square bracket | 210 | | ✓ |
30
+ | 26. | [ru/space/afterHellip](../src/rules/ru/space/afterHellip.js) | Space after “...”, “!..” and “?..” | 210 | | ✓ |
31
+ | 27. | [ru/space/year](../src/rules/ru/space/year.js) | Space between number and word “год” | 210 | | ✓ |
32
+ | 28. | [en-US/dash/main](../src/rules/en-US/dash/main.js) | Replace hyphens surrounded by spaces with an em-dash | 305 | ||
33
+ | 29. | [ru/dash/main](../src/rules/ru/dash/main.js) | Replacement hyphen with dash | 305 | | ✓ |
34
+ | 30. | [ru/dash/centuries](../src/rules/ru/dash/centuries.js) | Hyphen to dash in centuries | 310 | | ✓ |
35
+ | 31. | [ru/dash/daysMonth](../src/rules/ru/dash/daysMonth.js) | Dash between days of one month | 310 | | ✓ |
36
+ | 32. | [ru/dash/de](../src/rules/ru/dash/de.js) | Hyphen before “де” | 310 | | |
37
+ | 33. | [ru/dash/decade](../src/rules/ru/dash/decade.js) | Dash in decade | 310 | | ✓ |
38
+ | 34. | [ru/dash/directSpeech](../src/rules/ru/dash/directSpeech.js) | Dash in direct speech | 310 | | ✓ |
39
+ | 35. | [ru/dash/izpod](../src/rules/ru/dash/izpod.js) | Hyphen between “из-под” | 310 | | ✓ |
40
+ | 36. | [ru/dash/izza](../src/rules/ru/dash/izza.js) | Hyphen between “из-за” | 310 | | ✓ |
41
+ | 37. | [ru/dash/ka](../src/rules/ru/dash/ka.js) | Hyphen before “ка” and “кась” | 310 | | ✓ |
42
+ | 38. | [ru/dash/koe](../src/rules/ru/dash/koe.js) | Hyphen after “кое” and “кой” | 310 | | ✓ |
43
+ | 39. | [ru/dash/month](../src/rules/ru/dash/month.js) | Dash between months | 310 | | ✓ |
44
+ | 40. | [ru/dash/surname](../src/rules/ru/dash/surname.js) | Acronyms with a dash | 310 | | ✓ |
45
+ | 41. | [ru/dash/taki](../src/rules/ru/dash/taki.js) | Hyphen between “верно-таки” and etc. | 310 | | ✓ |
46
+ | 42. | [ru/dash/time](../src/rules/ru/dash/time.js) | Dash in time intervals | 310 | | ✓ |
47
+ | 43. | [ru/dash/to](../src/rules/ru/dash/to.js) | Hyphen before “то”, “либо”, “нибудь” | 310 | | ✓ |
48
+ | 44. | [ru/dash/weekday](../src/rules/ru/dash/weekday.js) | Dash between the days of the week | 310 | | ✓ |
49
+ | 45. | [ru/dash/years](../src/rules/ru/dash/years.js) | Hyphen to dash in years | 310 | | ✓ |
50
+ | 46. | [common/punctuation/apostrophe](../src/rules/common/punctuation/apostrophe.js) | Placement of correct apostrophe | 410 | | ✓ |
51
+ | 47. | [common/punctuation/delDoublePunctuation](../src/rules/common/punctuation/delDoublePunctuation.js) | Removing double punctuation | 410 | | ✓ |
52
+ | 48. | [common/punctuation/hellip](../src/rules/common/punctuation/hellip.js) | Replacement of three points by ellipsis | 410 | | ✓ |
53
+ | 49. | [common/punctuation/quote](../src/rules/common/punctuation/quote.js) | Placement of quotation marks in texts | 410 | | ✓ |
54
+ | 50. | [ru/punctuation/ano](../src/rules/ru/punctuation/ano.js) | Placement of commas before “а” and “но” | 410 | | ✓ |
55
+ | 51. | [ru/punctuation/exclamation](../src/rules/ru/punctuation/exclamation.js) | !! ! | 410 | ||
56
+ | 52. | [ru/punctuation/hellipQuestion](../src/rules/ru/punctuation/hellipQuestion.js) | «?…» «?..», «!…» → «!..», «…,» → «…» | 410 | | ✓ |
57
+ | 53. | [common/punctuation/quoteLink](../src/rules/common/punctuation/quoteLink.js) | Removal quotes outside a link | 415 | show-safe-tags-html | ✓ |
58
+ | 54. | [ru/punctuation/exclamationQuestion](../src/rules/ru/punctuation/exclamationQuestion.js) | !? ?! | 415 | | ✓ |
59
+ | 55. | [common/nbsp/afterNumber](../src/rules/common/nbsp/afterNumber.js) | Non-breaking space between number and word | 510 | | |
60
+ | 56. | [common/nbsp/afterParagraphMark](../src/rules/common/nbsp/afterParagraphMark.js) | Non-breaking space after | 510 | | ✓ |
61
+ | 57. | [common/nbsp/afterSectionMark](../src/rules/common/nbsp/afterSectionMark.js) | Non-breaking space after § | 510 | | ✓ |
62
+ | 58. | [common/nbsp/afterShortWord](../src/rules/common/nbsp/afterShortWord.js) | Non-breaking space after short word | 510 | | ✓ |
63
+ | 59. | [common/nbsp/beforeShortLastNumber](../src/rules/common/nbsp/beforeShortLastNumber.js) | Non-breaking space before number (maximum 2 digits) at end of sentence | 510 | | |
64
+ | 60. | [common/nbsp/beforeShortLastWord](../src/rules/common/nbsp/beforeShortLastWord.js) | Non-breaking space before last short word in sentence | 510 | | ✓ |
65
+ | 61. | [common/nbsp/dpi](../src/rules/common/nbsp/dpi.js) | Non-breaking space before lpi and dpi | 510 | | ✓ |
66
+ | 62. | [common/nbsp/nowrap](../src/rules/common/nbsp/nowrap.js) | Replace non-breaking space to normal space in tags nowrap and nobr | 510 | end | ✓ |
67
+ | 63. | [common/nbsp/replaceNbsp](../src/rules/common/nbsp/replaceNbsp.js) | Replacing non-breaking space on normal before text correction | 510 | utf | |
68
+ | 64. | [ru/nbsp/abbr](../src/rules/ru/nbsp/abbr.js) | Non-breaking space in abbreviations, e.g. “т. д.” | 510 | | ✓ |
69
+ | 65. | [ru/nbsp/addr](../src/rules/ru/nbsp/addr.js) | Placement of non-breaking space after “г.”, “обл.”, “ул.”, “пр.”, “кв.” et al. | 510 | | ✓ |
70
+ | 66. | [ru/nbsp/afterNumberSign](../src/rules/ru/nbsp/afterNumberSign.js) | Non-breaking thin space after | 510 | | ✓ |
71
+ | 67. | [ru/nbsp/centuries](../src/rules/ru/nbsp/centuries.js) | Remove spaces and extra points in “вв.” | 510 | | ✓ |
72
+ | 68. | [ru/nbsp/dayMonth](../src/rules/ru/nbsp/dayMonth.js) | Non-breaking space between number and month | 510 | | ✓ |
73
+ | 69. | [ru/nbsp/initials](../src/rules/ru/nbsp/initials.js) | Binding of initials to the name | 510 | | ✓ |
74
+ | 70. | [ru/nbsp/mln](../src/rules/ru/nbsp/mln.js) | Non-breaking space between number and “тыс.”, “млн”, “млрд” and “трлн” | 510 | | ✓ |
75
+ | 71. | [ru/nbsp/ooo](../src/rules/ru/nbsp/ooo.js) | Non-breaking space after “OOO, ОАО, ЗАО, НИИ, ПБОЮЛ” | 510 | | ✓ |
76
+ | 72. | [ru/nbsp/page](../src/rules/ru/nbsp/page.js) | Non-breaking space after “стр.”, “гл.”, “рис.”, “илл.” | 510 | | ✓ |
77
+ | 73. | [ru/nbsp/ps](../src/rules/ru/nbsp/ps.js) | Non-breaking space in P. S. and P. P. S. | 510 | | ✓ |
78
+ | 74. | [ru/nbsp/rubleKopek](../src/rules/ru/nbsp/rubleKopek.js) | Not once. space before the “rub” and “cop.” | 510 | | ✓ |
79
+ | 75. | [ru/nbsp/see](../src/rules/ru/nbsp/see.js) | Non-breaking space after abbreviation «см.» and «им.» | 510 | | ✓ |
80
+ | 76. | [ru/nbsp/year](../src/rules/ru/nbsp/year.js) | Non-breaking space before XXXX г. (2012 г.) | 510 | | ✓ |
81
+ | 77. | [ru/nbsp/beforeParticle](../src/rules/ru/nbsp/beforeParticle.js) | Non-breaking space before “ли”, “ль”, “же”, “бы”, “б” | 515 | | ✓ |
82
+ | 78. | [ru/nbsp/m](../src/rules/ru/nbsp/m.js) | m2м², m3 м³ and non-breaking space | 515 | | ✓ |
83
+ | 79. | [ru/nbsp/years](../src/rules/ru/nbsp/years.js) | г.г. гг. and non-breaking space | 515 | | ✓ |
84
+ | 80. | [common/number/fraction](../src/rules/common/number/fraction.js) | 1/2 ½, 1/4 ¼, 3/4¾ | 610 | | ✓ |
85
+ | 81. | [common/number/mathSigns](../src/rules/common/number/mathSigns.js) | != ≠, <= ≤, >= ≥, ~= ≅, +-± | 610 | ||
86
+ | 82. | [common/number/times](../src/rules/common/number/times.js) | x × (10 x 5 10×5) | 610 | ||
87
+ | 83. | [ru/number/comma](../src/rules/ru/number/comma.js) | Commas in numbers | 610 | | ✓ |
88
+ | 84. | [ru/number/ordinals](../src/rules/ru/number/ordinals.js) | N-ый, -ой, -ая, -ое, -ые, -ым, -ом, -ых N-й, -я, -е, -м, -х (25-й) | 610 | | ✓ |
89
+ | 85. | [ru/money/currency](../src/rules/ru/money/currency.js) | Currency symbol ($, €, ¥, Ұ, £ and ₤) after the number, $100 → 100 $ | 710 | | |
90
+ | 86. | [ru/money/ruble](../src/rules/ru/money/ruble.js) | 1 руб. 1 | 710 | | |
91
+ | 87. | [ru/date/fromISO](../src/rules/ru/date/fromISO.js) | Converting dates YYYY-MM-DD type DD.MM.YYYY | 810 | | ✓ |
92
+ | 88. | [ru/date/weekday](../src/rules/ru/date/weekday.js) | 2 Мая, Понедельник 2 мая, понедельник | 810 | ||
93
+ | 89. | [common/other/repeatWord](../src/rules/common/other/repeatWord.js) | Removing repeat words | 910 | | |
94
+ | 90. | [ru/other/accent](../src/rules/ru/other/accent.js) | Replacement capital letters to lowercase with addition of accent | 910 | | |
95
+ | 91. | [ru/other/phone-number](../src/rules/ru/other/phone-number.js) | Formatting phone numbers | 910 | ||
96
+ | 92. | [common/number/digitGrouping](../src/rules/common/number/digitGrouping.js) | Divide into groups numbers with many digits | 920 | | |
97
+ | 93. | [ru/optalign/bracket](../src/rules/ru/optalign/bracket.js) | for opening bracket | 1010 | | |
98
+ | 94. | [ru/optalign/comma](../src/rules/ru/optalign/comma.js) | for comma | 1010 | | |
99
+ | 95. | [ru/optalign/quote](../src/rules/ru/optalign/quote.js) | for opening quotation marks | 1010 | | |
100
+ | 96. | [ru/typo/switchingKeyboardLayout](../src/rules/ru/typo/switchingKeyboardLayout.js) | Replacement of Latin letters in Russian. Typos occur when you switch keyboard layouts | 1110 | | ✓ |
101
+ | 97. | [common/html/e-mail](../src/rules/common/html/e-mail.js) | Placement of links for e-mail | 1210 | end | |
102
+ | 98. | [common/html/processingAttrs](../src/rules/common/html/processingAttrs.js) | Processing HTML attributes | 1210 | hide-safe-tags-own | |
103
+ | 99. | [common/html/quot](../src/rules/common/html/quot.js) | &⁠quot; " | 1210 | hide-safe-tags ||
104
+ | 100. | [common/html/url](../src/rules/common/html/url.js) | Placement of links | 1210 | end | |
105
+ | 101. | [common/html/p](../src/rules/common/html/p.js) | Placement of paragraph | 1215 | end | |
106
+ | 102. | [common/html/nbr](../src/rules/common/html/nbr.js) | Replacement line break on <br/> | 1220 | end | |
107
+ | 103. | [common/html/stripTags](../src/rules/common/html/stripTags.js) | Removing HTML-tags | 1309 | end | |
108
+ | 104. | [common/html/escape](../src/rules/common/html/escape.js) | Escaping HTML | 1310 | end | |
@@ -13,92 +13,96 @@
13
13
  | 9. | [common/space/trimRight](../src/rules/common/space/trimRight.js) | Удаление пробелов и переносов строк в конце текста | 207 | | ✓ |
14
14
  | 10. | [common/space/delRepeatN](../src/rules/common/space/delRepeatN.js) | Удаление повторяющихся переносов строки | 209 | | ✓ |
15
15
  | 11. | [common/space/delRepeatSpace](../src/rules/common/space/delRepeatSpace.js) | Удаление повторяющихся пробелов между символами | 209 | | ✓ |
16
- | 12. | [common/space/afterPunctuation](../src/rules/common/space/afterPunctuation.js) | Пробел после знаков пунктуации | 210 | | ✓ |
17
- | 13. | [common/space/beforeBracket](../src/rules/common/space/beforeBracket.js) | Пробел перед открывающей скобкой | 210 | | ✓ |
18
- | 14. | [common/space/bracket](../src/rules/common/space/bracket.js) | Удаление лишних пробелов после открывающей и перед закрывающей скобкой | 210 | | ✓ |
19
- | 15. | [common/space/delBeforeDot](../src/rules/common/space/delBeforeDot.js) | Удаление пробела перед точкой | 210 | | ✓ |
20
- | 16. | [common/space/delBeforePercent](../src/rules/common/space/delBeforePercent.js) | Удаление пробела перед %, и ‱ | 210 | | ✓ |
21
- | 17. | [common/space/delBeforePunctuation](../src/rules/common/space/delBeforePunctuation.js) | Удаление пробелов перед знаками пунктуации | 210 | | ✓ |
22
- | 18. | [common/space/delBetweenExclamationMarks](../src/rules/common/space/delBetweenExclamationMarks.js) | Удаление пробелов между знаками восклицания | 210 | | ✓ |
23
- | 19. | [common/space/delLeadingBlanks](../src/rules/common/space/delLeadingBlanks.js) | Удаление пробелов в начале строки | 210 | | |
24
- | 20. | [common/space/insertFinalNewline](../src/rules/common/space/insertFinalNewline.js) | Вставить в конце текста перевод строки | 210 | end | |
25
- | 21. | [common/space/squareBracket](../src/rules/common/space/squareBracket.js) | Удаление лишних пробелов после открывающей и перед закрывающей квадратной скобкой | 210 | | ✓ |
26
- | 22. | [ru/space/afterHellip](../src/rules/ru/space/afterHellip.js) | Пробел после «...», «!..» и «?..» | 210 | | ✓ |
27
- | 23. | [ru/space/year](../src/rules/ru/space/year.js) | Пробел между числом и словом «год» | 210 | ||
28
- | 24. | [en-US/dash/main](../src/rules/en-US/dash/main.js) | Замена дефиса на длинное тире | 305 | | |
29
- | 25. | [ru/dash/main](../src/rules/ru/dash/main.js) | Замена дефиса на тире | 305 | | ✓ |
30
- | 26. | [ru/dash/centuries](../src/rules/ru/dash/centuries.js) | Замена дефиса на тире в веках | 310 | | ✓ |
31
- | 27. | [ru/dash/daysMonth](../src/rules/ru/dash/daysMonth.js) | Тире между днями одного месяца | 310 | | ✓ |
32
- | 28. | [ru/dash/de](../src/rules/ru/dash/de.js) | Дефис перед «де» | 310 | | |
33
- | 29. | [ru/dash/decade](../src/rules/ru/dash/decade.js) | Тире в десятилетиях, 80—90-е гг. | 310 | | ✓ |
34
- | 30. | [ru/dash/directSpeech](../src/rules/ru/dash/directSpeech.js) | Тире в прямой речи | 310 | | ✓ |
35
- | 31. | [ru/dash/izpod](../src/rules/ru/dash/izpod.js) | Дефис между «из-под» | 310 | | ✓ |
36
- | 32. | [ru/dash/izza](../src/rules/ru/dash/izza.js) | Дефис между «из-за» | 310 | ||
37
- | 33. | [ru/dash/ka](../src/rules/ru/dash/ka.js) | Дефис перед «ка» и «кась» | 310 | | ✓ |
38
- | 34. | [ru/dash/koe](../src/rules/ru/dash/koe.js) | Дефис после «кое» и «кой» | 310 | | ✓ |
39
- | 35. | [ru/dash/month](../src/rules/ru/dash/month.js) | Тире между месяцами | 310 | | ✓ |
40
- | 36. | [ru/dash/surname](../src/rules/ru/dash/surname.js) | Сокращения с помощью тире | 310 | | ✓ |
41
- | 37. | [ru/dash/taki](../src/rules/ru/dash/taki.js) | Дефис между «верно-таки» и т. д. | 310 | | ✓ |
42
- | 38. | [ru/dash/time](../src/rules/ru/dash/time.js) | Тире в интервалах времени | 310 | | ✓ |
43
- | 39. | [ru/dash/to](../src/rules/ru/dash/to.js) | Дефис перед «то», «либо», «нибудь» | 310 | | ✓ |
44
- | 40. | [ru/dash/weekday](../src/rules/ru/dash/weekday.js) | Тире между днями недели | 310 | | ✓ |
45
- | 41. | [ru/dash/years](../src/rules/ru/dash/years.js) | Замена дефиса на тире в годах | 310 | | ✓ |
46
- | 42. | [common/punctuation/apostrophe](../src/rules/common/punctuation/apostrophe.js) | Расстановка правильного апострофа | 410 | | ✓ |
47
- | 43. | [common/punctuation/delDoublePunctuation](../src/rules/common/punctuation/delDoublePunctuation.js) | Удаление двойной пунктуации | 410 | | ✓ |
48
- | 44. | [common/punctuation/hellip](../src/rules/common/punctuation/hellip.js) | Замена трёх точек на многоточие | 410 | | ✓ |
49
- | 45. | [common/punctuation/quote](../src/rules/common/punctuation/quote.js) | Расстановка кавычек правильного вида | 410 | | ✓ |
50
- | 46. | [ru/punctuation/ano](../src/rules/ru/punctuation/ano.js) | Расстановка запятых перед «а» и «но» | 410 | hide-safe-tags-html | ✓ |
51
- | 47. | [ru/punctuation/exclamation](../src/rules/ru/punctuation/exclamation.js) | !! ! | 410 | | ✓ |
52
- | 48. | [ru/punctuation/hellipQuestion](../src/rules/ru/punctuation/hellipQuestion.js) | «?…» «?..», «!…» «!..», «…,» → «…» | 410 | | ✓ |
53
- | 49. | [common/punctuation/quoteLink](../src/rules/common/punctuation/quoteLink.js) | Вынос кавычек за пределы ссылки | 415 | show-safe-tags-html | ✓ |
54
- | 50. | [ru/punctuation/exclamationQuestion](../src/rules/ru/punctuation/exclamationQuestion.js) | !? ?! | 415 | | ✓ |
55
- | 51. | [common/nbsp/afterNumber](../src/rules/common/nbsp/afterNumber.js) | Нераз. пробел между числом и словом | 510 | | |
56
- | 52. | [common/nbsp/afterParagraphMark](../src/rules/common/nbsp/afterParagraphMark.js) | Нераз. пробел после | 510 | | ✓ |
57
- | 53. | [common/nbsp/afterSectionMark](../src/rules/common/nbsp/afterSectionMark.js) | Нераз. узкий пробел после § | 510 | | ✓ |
58
- | 54. | [common/nbsp/afterShortWord](../src/rules/common/nbsp/afterShortWord.js) | Нераз. пробел после короткого слова | 510 | | ✓ |
59
- | 55. | [common/nbsp/beforeShortLastNumber](../src/rules/common/nbsp/beforeShortLastNumber.js) | Нераз. пробел перед числом (не более 2 цифр) в конце предложения | 510 | ||
60
- | 56. | [common/nbsp/beforeShortLastWord](../src/rules/common/nbsp/beforeShortLastWord.js) | Нераз. пробел перед последним коротким словом в предложении | 510 | | ✓ |
61
- | 57. | [common/nbsp/dpi](../src/rules/common/nbsp/dpi.js) | Нераз. пробел перед lpi и dpi | 510 | | ✓ |
62
- | 58. | [common/nbsp/nowrap](../src/rules/common/nbsp/nowrap.js) | Заменять нераз. пробел на обычный пробел в тегах nowrap и nobr | 510 | end | ✓ |
63
- | 59. | [common/nbsp/replaceNbsp](../src/rules/common/nbsp/replaceNbsp.js) | Замена неразрывного пробела на обычный перед типографированием | 510 | utf | |
64
- | 60. | [ru/nbsp/abbr](../src/rules/ru/nbsp/abbr.js) | Нераз. пробел в сокращениях, например, в «т. д.» | 510 | | ✓ |
65
- | 61. | [ru/nbsp/addr](../src/rules/ru/nbsp/addr.js) | Расстановка нераз. пробела после «г.», «обл.», «ул.», «пр.», «кв.» и др. | 510 | | ✓ |
66
- | 62. | [ru/nbsp/afterNumberSign](../src/rules/ru/nbsp/afterNumberSign.js) | Нераз. узкий пробел после | 510 | | ✓ |
67
- | 63. | [ru/nbsp/centuries](../src/rules/ru/nbsp/centuries.js) | Удаление пробелов и лишних точек в «вв.» | 510 | | |
68
- | 64. | [ru/nbsp/dayMonth](../src/rules/ru/nbsp/dayMonth.js) | Нераз. пробел между числом и месяцем | 510 | | ✓ |
69
- | 65. | [ru/nbsp/initials](../src/rules/ru/nbsp/initials.js) | Привязка инициалов к фамилии | 510 | | ✓ |
70
- | 66. | [ru/nbsp/mln](../src/rules/ru/nbsp/mln.js) | Неразр. пробел между числом и «тыс.», «млн», «млрд» и «трлн» | 510 | | ✓ |
71
- | 67. | [ru/nbsp/ooo](../src/rules/ru/nbsp/ooo.js) | Нераз. пробел после OOO, ОАО, ЗАО, НИИ и ПБОЮЛ | 510 | | ✓ |
72
- | 68. | [ru/nbsp/page](../src/rules/ru/nbsp/page.js) | Нераз. пробел после «стр.», «гл.», «рис.», «илл.» | 510 | | ✓ |
73
- | 69. | [ru/nbsp/ps](../src/rules/ru/nbsp/ps.js) | Нераз. пробел в P. S. и P. P. S. | 510 | | ✓ |
74
- | 70. | [ru/nbsp/rubleKopek](../src/rules/ru/nbsp/rubleKopek.js) | Нераз. пробел перед «руб.» и «коп.» | 510 | | ✓ |
75
- | 71. | [ru/nbsp/see](../src/rules/ru/nbsp/see.js) | Нераз. пробел после сокращений «см.» и «им.» | 510 | | ✓ |
76
- | 72. | [ru/nbsp/year](../src/rules/ru/nbsp/year.js) | Нераз. пробел после XXXX г. (2012 г.) | 510 | | ✓ |
77
- | 73. | [ru/nbsp/beforeParticle](../src/rules/ru/nbsp/beforeParticle.js) | Нераз. пробел перед «ли», «ль», «же», «бы», «б» | 515 | | ✓ |
78
- | 74. | [ru/nbsp/m](../src/rules/ru/nbsp/m.js) | м2 м², м3 → м³ и нераз. пробел | 515 | | ✓ |
79
- | 75. | [ru/nbsp/years](../src/rules/ru/nbsp/years.js) | г.г. гг. и нераз. пробел | 515 | | ✓ |
80
- | 76. | [common/number/fraction](../src/rules/common/number/fraction.js) | 1/2 ½, 1/4 ¼, 3/4 → ¾ | 610 | | ✓ |
81
- | 77. | [common/number/mathSigns](../src/rules/common/number/mathSigns.js) | != ≠, <= ≤, >= ≥, ~= → ≅, +- → ± | 610 | | ✓ |
82
- | 78. | [common/number/times](../src/rules/common/number/times.js) | x× (10 x 5 10×5) | 610 | | ✓ |
83
- | 79. | [ru/number/comma](../src/rules/ru/number/comma.js) | Замена точки на запятую в числах | 610 | | ✓ |
84
- | 80. | [ru/number/ordinals](../src/rules/ru/number/ordinals.js) | N-ый, -ой, -ая, -ое, -ые, -ым, -ом, -ых N-й, -я, -е, -м, -х (25-й) | 610 | | ✓ |
85
- | 81. | [ru/money/currency](../src/rules/ru/money/currency.js) | Символ валюты ($, €, ¥, Ұ, £ и ₤) после числа, $100100 $ | 710 | | |
86
- | 82. | [ru/money/ruble](../src/rules/ru/money/ruble.js) | 1 руб.1 | 710 | | |
87
- | 83. | [ru/date/fromISO](../src/rules/ru/date/fromISO.js) | Преобразование дат YYYY-MM-DD к виду DD.MM.YYYY | 810 | | ✓ |
88
- | 84. | [ru/date/weekday](../src/rules/ru/date/weekday.js) | 2 Мая, Понедельник2 мая, понедельник | 810 | | ✓ |
89
- | 85. | [common/other/repeatWord](../src/rules/common/other/repeatWord.js) | Удаление повтора слова | 910 | | |
90
- | 86. | [ru/other/accent](../src/rules/ru/other/accent.js) | Замена заглавной буквы на строчную с добавлением ударения | 910 | | |
91
- | 87. | [ru/other/phone-number](../src/rules/ru/other/phone-number.js) | Форматирование телефонных номеров | 910 | | ✓ |
92
- | 88. | [common/number/digitGrouping](../src/rules/common/number/digitGrouping.js) | Разбивать длинные числа по разрядам | 920 | | |
93
- | 89. | [ru/optalign/bracket](../src/rules/ru/optalign/bracket.js) | для открывающей скобки | 1010 | | |
94
- | 90. | [ru/optalign/comma](../src/rules/ru/optalign/comma.js) | для запятой | 1010 | | |
95
- | 91. | [ru/optalign/quote](../src/rules/ru/optalign/quote.js) | для открывающей кавычки | 1010 | | |
96
- | 92. | [ru/typo/switchingKeyboardLayout](../src/rules/ru/typo/switchingKeyboardLayout.js) | Замена латинских букв на русские. Опечатки, возникающие при переключении клавиатурной раскладки | 1110 | ||
97
- | 93. | [common/html/e-mail](../src/rules/common/html/e-mail.js) | Расстановка ссылок для эл. почты | 1210 | end | |
98
- | 94. | [common/html/processingAttrs](../src/rules/common/html/processingAttrs.js) | Типографирование HTML-атрибутов | 1210 | hide-safe-tags-own | |
99
- | 95. | [common/html/quot](../src/rules/common/html/quot.js) | &⁠quot; " | 1210 | hide-safe-tags ||
100
- | 96. | [common/html/url](../src/rules/common/html/url.js) | Расстановка ссылок | 1210 | end | |
101
- | 97. | [common/html/p](../src/rules/common/html/p.js) | Расстановка абзацев | 1215 | end | |
102
- | 98. | [common/html/nbr](../src/rules/common/html/nbr.js) | Замена перевода строки на <br/> | 1220 | end | |
103
- | 99. | [common/html/stripTags](../src/rules/common/html/stripTags.js) | Удаление HTML-тегов | 1309 | end | |
104
- | 100. | [common/html/escape](../src/rules/common/html/escape.js) | Экранирование HTML | 1310 | end | |
16
+ | 12. | [common/space/afterColon](../src/rules/common/space/afterColon.js) | Пробел после двоеточия | 210 | | ✓ |
17
+ | 13. | [common/space/afterComma](../src/rules/common/space/afterComma.js) | Пробел после запятой | 210 | | ✓ |
18
+ | 14. | [common/space/afterExclamationMark](../src/rules/common/space/afterExclamationMark.js) | Пробел после знака восклицания | 210 | | ✓ |
19
+ | 15. | [common/space/afterQuestionMark](../src/rules/common/space/afterQuestionMark.js) | Пробел после знака вопроса | 210 | | ✓ |
20
+ | 16. | [common/space/afterSemicolon](../src/rules/common/space/afterSemicolon.js) | Пробел после точки с запятой | 210 | | ✓ |
21
+ | 17. | [common/space/beforeBracket](../src/rules/common/space/beforeBracket.js) | Пробел перед открывающей скобкой | 210 | | ✓ |
22
+ | 18. | [common/space/bracket](../src/rules/common/space/bracket.js) | Удаление лишних пробелов после открывающей и перед закрывающей скобкой | 210 | | ✓ |
23
+ | 19. | [common/space/delBeforeDot](../src/rules/common/space/delBeforeDot.js) | Удаление пробела перед точкой | 210 | ||
24
+ | 20. | [common/space/delBeforePercent](../src/rules/common/space/delBeforePercent.js) | Удаление пробела перед %, и | 210 | | |
25
+ | 21. | [common/space/delBeforePunctuation](../src/rules/common/space/delBeforePunctuation.js) | Удаление пробелов перед знаками пунктуации | 210 | | ✓ |
26
+ | 22. | [common/space/delBetweenExclamationMarks](../src/rules/common/space/delBetweenExclamationMarks.js) | Удаление пробелов между знаками восклицания | 210 | | ✓ |
27
+ | 23. | [common/space/delLeadingBlanks](../src/rules/common/space/delLeadingBlanks.js) | Удаление пробелов в начале строки | 210 | | |
28
+ | 24. | [common/space/insertFinalNewline](../src/rules/common/space/insertFinalNewline.js) | Вставить в конце текста перевод строки | 210 | end | |
29
+ | 25. | [common/space/squareBracket](../src/rules/common/space/squareBracket.js) | Удаление лишних пробелов после открывающей и перед закрывающей квадратной скобкой | 210 | | ✓ |
30
+ | 26. | [ru/space/afterHellip](../src/rules/ru/space/afterHellip.js) | Пробел после «...», «!..» и «?..» | 210 | | ✓ |
31
+ | 27. | [ru/space/year](../src/rules/ru/space/year.js) | Пробел между числом и словом «год» | 210 | | ✓ |
32
+ | 28. | [en-US/dash/main](../src/rules/en-US/dash/main.js) | Замена дефиса на длинное тире | 305 | ||
33
+ | 29. | [ru/dash/main](../src/rules/ru/dash/main.js) | Замена дефиса на тире | 305 | | ✓ |
34
+ | 30. | [ru/dash/centuries](../src/rules/ru/dash/centuries.js) | Замена дефиса на тире в веках | 310 | | ✓ |
35
+ | 31. | [ru/dash/daysMonth](../src/rules/ru/dash/daysMonth.js) | Тире между днями одного месяца | 310 | | ✓ |
36
+ | 32. | [ru/dash/de](../src/rules/ru/dash/de.js) | Дефис перед «де» | 310 | | |
37
+ | 33. | [ru/dash/decade](../src/rules/ru/dash/decade.js) | Тире в десятилетиях, 80—90-е гг. | 310 | | ✓ |
38
+ | 34. | [ru/dash/directSpeech](../src/rules/ru/dash/directSpeech.js) | Тире в прямой речи | 310 | | ✓ |
39
+ | 35. | [ru/dash/izpod](../src/rules/ru/dash/izpod.js) | Дефис между «из-под» | 310 | | ✓ |
40
+ | 36. | [ru/dash/izza](../src/rules/ru/dash/izza.js) | Дефис между «из-за» | 310 | | ✓ |
41
+ | 37. | [ru/dash/ka](../src/rules/ru/dash/ka.js) | Дефис перед «ка» и «кась» | 310 | | ✓ |
42
+ | 38. | [ru/dash/koe](../src/rules/ru/dash/koe.js) | Дефис после «кое» и «кой» | 310 | | ✓ |
43
+ | 39. | [ru/dash/month](../src/rules/ru/dash/month.js) | Тире между месяцами | 310 | | ✓ |
44
+ | 40. | [ru/dash/surname](../src/rules/ru/dash/surname.js) | Сокращения с помощью тире | 310 | | ✓ |
45
+ | 41. | [ru/dash/taki](../src/rules/ru/dash/taki.js) | Дефис между «верно-таки» и т. д. | 310 | | ✓ |
46
+ | 42. | [ru/dash/time](../src/rules/ru/dash/time.js) | Тире в интервалах времени | 310 | | ✓ |
47
+ | 43. | [ru/dash/to](../src/rules/ru/dash/to.js) | Дефис перед «то», «либо», «нибудь» | 310 | | ✓ |
48
+ | 44. | [ru/dash/weekday](../src/rules/ru/dash/weekday.js) | Тире между днями недели | 310 | | ✓ |
49
+ | 45. | [ru/dash/years](../src/rules/ru/dash/years.js) | Замена дефиса на тире в годах | 310 | | ✓ |
50
+ | 46. | [common/punctuation/apostrophe](../src/rules/common/punctuation/apostrophe.js) | Расстановка правильного апострофа | 410 | | ✓ |
51
+ | 47. | [common/punctuation/delDoublePunctuation](../src/rules/common/punctuation/delDoublePunctuation.js) | Удаление двойной пунктуации | 410 | | ✓ |
52
+ | 48. | [common/punctuation/hellip](../src/rules/common/punctuation/hellip.js) | Замена трёх точек на многоточие | 410 | | ✓ |
53
+ | 49. | [common/punctuation/quote](../src/rules/common/punctuation/quote.js) | Расстановка кавычек правильного вида | 410 | | ✓ |
54
+ | 50. | [ru/punctuation/ano](../src/rules/ru/punctuation/ano.js) | Расстановка запятых перед «а» и «но» | 410 | | ✓ |
55
+ | 51. | [ru/punctuation/exclamation](../src/rules/ru/punctuation/exclamation.js) | !! ! | 410 | ||
56
+ | 52. | [ru/punctuation/hellipQuestion](../src/rules/ru/punctuation/hellipQuestion.js) | «?…» «?..», «!…» → «!..», «…,» → «…» | 410 | | ✓ |
57
+ | 53. | [common/punctuation/quoteLink](../src/rules/common/punctuation/quoteLink.js) | Вынос кавычек за пределы ссылки | 415 | show-safe-tags-html | ✓ |
58
+ | 54. | [ru/punctuation/exclamationQuestion](../src/rules/ru/punctuation/exclamationQuestion.js) | !? ?! | 415 | | ✓ |
59
+ | 55. | [common/nbsp/afterNumber](../src/rules/common/nbsp/afterNumber.js) | Нераз. пробел между числом и словом | 510 | | |
60
+ | 56. | [common/nbsp/afterParagraphMark](../src/rules/common/nbsp/afterParagraphMark.js) | Нераз. пробел после | 510 | | ✓ |
61
+ | 57. | [common/nbsp/afterSectionMark](../src/rules/common/nbsp/afterSectionMark.js) | Нераз. узкий пробел после § | 510 | | ✓ |
62
+ | 58. | [common/nbsp/afterShortWord](../src/rules/common/nbsp/afterShortWord.js) | Нераз. пробел после короткого слова | 510 | | ✓ |
63
+ | 59. | [common/nbsp/beforeShortLastNumber](../src/rules/common/nbsp/beforeShortLastNumber.js) | Нераз. пробел перед числом (не более 2 цифр) в конце предложения | 510 | | |
64
+ | 60. | [common/nbsp/beforeShortLastWord](../src/rules/common/nbsp/beforeShortLastWord.js) | Нераз. пробел перед последним коротким словом в предложении | 510 | | ✓ |
65
+ | 61. | [common/nbsp/dpi](../src/rules/common/nbsp/dpi.js) | Нераз. пробел перед lpi и dpi | 510 | | ✓ |
66
+ | 62. | [common/nbsp/nowrap](../src/rules/common/nbsp/nowrap.js) | Заменять нераз. пробел на обычный пробел в тегах nowrap и nobr | 510 | end | ✓ |
67
+ | 63. | [common/nbsp/replaceNbsp](../src/rules/common/nbsp/replaceNbsp.js) | Замена неразрывного пробела на обычный перед типографированием | 510 | utf | |
68
+ | 64. | [ru/nbsp/abbr](../src/rules/ru/nbsp/abbr.js) | Нераз. пробел в сокращениях, например, в «т. д.» | 510 | | ✓ |
69
+ | 65. | [ru/nbsp/addr](../src/rules/ru/nbsp/addr.js) | Расстановка нераз. пробела после «г.», «обл.», «ул.», «пр.», «кв.» и др. | 510 | | ✓ |
70
+ | 66. | [ru/nbsp/afterNumberSign](../src/rules/ru/nbsp/afterNumberSign.js) | Нераз. узкий пробел после | 510 | | ✓ |
71
+ | 67. | [ru/nbsp/centuries](../src/rules/ru/nbsp/centuries.js) | Удаление пробелов и лишних точек в «вв.» | 510 | | ✓ |
72
+ | 68. | [ru/nbsp/dayMonth](../src/rules/ru/nbsp/dayMonth.js) | Нераз. пробел между числом и месяцем | 510 | | ✓ |
73
+ | 69. | [ru/nbsp/initials](../src/rules/ru/nbsp/initials.js) | Привязка инициалов к фамилии | 510 | | ✓ |
74
+ | 70. | [ru/nbsp/mln](../src/rules/ru/nbsp/mln.js) | Неразр. пробел между числом и «тыс.», «млн», «млрд» и «трлн» | 510 | | ✓ |
75
+ | 71. | [ru/nbsp/ooo](../src/rules/ru/nbsp/ooo.js) | Нераз. пробел после OOO, ОАО, ЗАО, НИИ и ПБОЮЛ | 510 | | ✓ |
76
+ | 72. | [ru/nbsp/page](../src/rules/ru/nbsp/page.js) | Нераз. пробел после «стр.», «гл.», «рис.», «илл.» | 510 | | ✓ |
77
+ | 73. | [ru/nbsp/ps](../src/rules/ru/nbsp/ps.js) | Нераз. пробел в P. S. и P. P. S. | 510 | | ✓ |
78
+ | 74. | [ru/nbsp/rubleKopek](../src/rules/ru/nbsp/rubleKopek.js) | Нераз. пробел перед «руб.» и «коп.» | 510 | | ✓ |
79
+ | 75. | [ru/nbsp/see](../src/rules/ru/nbsp/see.js) | Нераз. пробел после сокращений «см.» и «им.» | 510 | | ✓ |
80
+ | 76. | [ru/nbsp/year](../src/rules/ru/nbsp/year.js) | Нераз. пробел после XXXX г. (2012 г.) | 510 | | ✓ |
81
+ | 77. | [ru/nbsp/beforeParticle](../src/rules/ru/nbsp/beforeParticle.js) | Нераз. пробел перед «ли», «ль», «же», «бы», «б» | 515 | | ✓ |
82
+ | 78. | [ru/nbsp/m](../src/rules/ru/nbsp/m.js) | м2м², м3 м³ и нераз. пробел | 515 | | ✓ |
83
+ | 79. | [ru/nbsp/years](../src/rules/ru/nbsp/years.js) | г.г. гг. и нераз. пробел | 515 | | ✓ |
84
+ | 80. | [common/number/fraction](../src/rules/common/number/fraction.js) | 1/2 ½, 1/4 ¼, 3/4¾ | 610 | | ✓ |
85
+ | 81. | [common/number/mathSigns](../src/rules/common/number/mathSigns.js) | != ≠, <= ≤, >= ≥, ~= ≅, +- ± | 610 | ||
86
+ | 82. | [common/number/times](../src/rules/common/number/times.js) | x × (10 x 5 10×5) | 610 | ||
87
+ | 83. | [ru/number/comma](../src/rules/ru/number/comma.js) | Замена точки на запятую в числах | 610 | | ✓ |
88
+ | 84. | [ru/number/ordinals](../src/rules/ru/number/ordinals.js) | N-ый, -ой, -ая, -ое, -ые, -ым, -ом, -ых N-й, -я, -е, -м, -х (25-й) | 610 | | ✓ |
89
+ | 85. | [ru/money/currency](../src/rules/ru/money/currency.js) | Символ валюты ($, €, ¥, Ұ, £ и ₤) после числа, $100 → 100 $ | 710 | | |
90
+ | 86. | [ru/money/ruble](../src/rules/ru/money/ruble.js) | 1 руб. 1 | 710 | | |
91
+ | 87. | [ru/date/fromISO](../src/rules/ru/date/fromISO.js) | Преобразование дат YYYY-MM-DD к виду DD.MM.YYYY | 810 | | ✓ |
92
+ | 88. | [ru/date/weekday](../src/rules/ru/date/weekday.js) | 2 Мая, Понедельник 2 мая, понедельник | 810 | ||
93
+ | 89. | [common/other/repeatWord](../src/rules/common/other/repeatWord.js) | Удаление повтора слова | 910 | | |
94
+ | 90. | [ru/other/accent](../src/rules/ru/other/accent.js) | Замена заглавной буквы на строчную с добавлением ударения | 910 | | |
95
+ | 91. | [ru/other/phone-number](../src/rules/ru/other/phone-number.js) | Форматирование телефонных номеров | 910 | ||
96
+ | 92. | [common/number/digitGrouping](../src/rules/common/number/digitGrouping.js) | Разбивать длинные числа по разрядам | 920 | | |
97
+ | 93. | [ru/optalign/bracket](../src/rules/ru/optalign/bracket.js) | для открывающей скобки | 1010 | | |
98
+ | 94. | [ru/optalign/comma](../src/rules/ru/optalign/comma.js) | для запятой | 1010 | | |
99
+ | 95. | [ru/optalign/quote](../src/rules/ru/optalign/quote.js) | для открывающей кавычки | 1010 | | |
100
+ | 96. | [ru/typo/switchingKeyboardLayout](../src/rules/ru/typo/switchingKeyboardLayout.js) | Замена латинских букв на русские. Опечатки, возникающие при переключении клавиатурной раскладки | 1110 | | ✓ |
101
+ | 97. | [common/html/e-mail](../src/rules/common/html/e-mail.js) | Расстановка ссылок для эл. почты | 1210 | end | |
102
+ | 98. | [common/html/processingAttrs](../src/rules/common/html/processingAttrs.js) | Типографирование HTML-атрибутов | 1210 | hide-safe-tags-own | |
103
+ | 99. | [common/html/quot](../src/rules/common/html/quot.js) | &⁠quot; " | 1210 | hide-safe-tags ||
104
+ | 100. | [common/html/url](../src/rules/common/html/url.js) | Расстановка ссылок | 1210 | end | |
105
+ | 101. | [common/html/p](../src/rules/common/html/p.js) | Расстановка абзацев | 1215 | end | |
106
+ | 102. | [common/html/nbr](../src/rules/common/html/nbr.js) | Замена перевода строки на <br/> | 1220 | end | |
107
+ | 103. | [common/html/stripTags](../src/rules/common/html/stripTags.js) | Удаление HTML-тегов | 1309 | end | |
108
+ | 104. | [common/html/escape](../src/rules/common/html/escape.js) | Экранирование HTML | 1310 | end | |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "typograf",
3
3
  "description": "The client and server typography",
4
- "version": "6.12.0",
4
+ "version": "6.14.0",
5
5
  "author": {
6
6
  "name": "Denis Seleznev",
7
7
  "email": "hcodes@yandex.ru",
@@ -32,12 +32,10 @@
32
32
  "typograf.d.ts"
33
33
  ],
34
34
  "devDependencies": {
35
- "@babel/core": "^7.14.0",
36
- "@babel/preset-env": "^7.14.1",
37
- "@babel/register": "^7.13.16",
38
- "chai": "^4.3.4",
35
+ "@babel/core": "^7.16.0",
36
+ "@babel/preset-env": "^7.16.0",
39
37
  "del": "^6.0.0",
40
- "eslint": "^7.26.0",
38
+ "eslint": "^8.1.0",
41
39
  "gulp": "^4.0.2",
42
40
  "gulp-concat": "^2.6.1",
43
41
  "gulp-filter": "^7.0.0",
@@ -45,13 +43,13 @@
45
43
  "gulp-replace": "^1.1.3",
46
44
  "gulp-rollup": "^2.17.0",
47
45
  "gulp-uglify": "^3.0.2",
48
- "jest": "^26.5.3",
46
+ "jest": "^27.3.1",
49
47
  "plugin-error": "^1.0.1",
50
48
  "rollup-plugin-babel": "^4.4.0",
51
49
  "sort-keys": "^4.2.0",
52
50
  "through": "^2.3.8",
53
51
  "vinyl": "^2.2.1",
54
- "yaspeller": "^7.0.0"
52
+ "yaspeller": "^8.0.0"
55
53
  },
56
54
  "scripts": {
57
55
  "benchmark": "node benchmark/test.js",