|
12 | 12 | /// - Zp Paragraph Separator
|
13 | 13 | /// - Zs Space Separator
|
14 | 14 | /// plus ". ", ", " and ។ល។" (៘ decomposition) to categorize them as hard separators
|
| 15 | +/// and "`" to understand markdown formatted text |
15 | 16 | #[rustfmt::skip]
|
16 | 17 | pub const DEFAULT_SEPARATORS: &[&str] = &[
|
17 | 18 | ". ", ", ", "_", "‿", "⁀", "⁔", "︳", "︴", "﹍", "﹎", "﹏", "_", "-", "֊", "־", "᐀", "᠆", "‐", "‒", "–",
|
@@ -58,7 +59,7 @@ pub const DEFAULT_SEPARATORS: &[&str] = &[
|
58 | 59 | "𑪠", "𑪡", "𑪢", "𑱁", "𑱂", "𑱃", "𑱄", "𑱅", "𑱰", "𑱱", "𑻷", "𑻸", "𑿿", "𒑰", "𒑱", "𒑲", "𒑳", "𒑴", "𖩮",
|
59 | 60 | "𖩯", "𖫵", "𖬷", "𖬸", "𖬹", "𖬺", "𖬻", "𖭄", "𖺗", "𖺘", "𖺙", "𖺚", "𖿢", "𛲟", "𝪇", "𝪈", "𝪉", "𝪊", "𝪋",
|
60 | 61 | "𞥞", "𞥟", "\n", "\r", "\u{2029}", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ", " ",
|
61 |
| - " ", " " |
| 62 | + " ", " ", "`" |
62 | 63 | ];
|
63 | 64 |
|
64 | 65 | #[rustfmt::skip]
|
|
0 commit comments