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 7ad0910 commit 76e21c8Copy full SHA for 76e21c8
lib/rdoc/markdown.kpeg
@@ -975,7 +975,7 @@ Str = @StartList:a
975
< @NormalChar+ > { a = text }
976
( StrChunk:c { a << c } )* { a }
977
978
-StrChunk = < (@NormalChar | /_+/ &Alphanumeric)+ > { text }
+StrChunk = < (@NormalChar | /_+/ &Alphanumeric)+ > { text.itself }
979
980
EscapedChar = "\\" !@Newline < /[:\\`|*_{}\[\]()#+.!><-]/ > { text }
981
0 commit comments