We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ba63f commit c2b24fcCopy full SHA for c2b24fc
lib/rdoc/markdown/literals.kpeg
@@ -16,6 +16,6 @@
16
Alphanumeric = /\p{Word}/
17
AlphanumericAscii = /[A-Za-z0-9]/
18
BOM = "\uFEFF"
19
-Newline = /\n|\r\n?|\p{Zl}|\p{Zp}/
+Newline = /\n|\r\n?|\p{Line_Separator}|\p{Paragraph_Separator}/
20
NonAlphanumeric = /\p{^Word}/
21
Spacechar = /\t|\p{Zs}/
0 commit comments