Skip to content

Commit 76e21c8

Browse files
committed
Add a diff to kpeg. CI should fail.
1 parent 7ad0910 commit 76e21c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rdoc/markdown.kpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ Str = @StartList:a
975975
< @NormalChar+ > { a = text }
976976
( StrChunk:c { a << c } )* { a }
977977

978-
StrChunk = < (@NormalChar | /_+/ &Alphanumeric)+ > { text }
978+
StrChunk = < (@NormalChar | /_+/ &Alphanumeric)+ > { text.itself }
979979

980980
EscapedChar = "\\" !@Newline < /[:\\`|*_{}\[\]()#+.!><-]/ > { text }
981981

0 commit comments

Comments
 (0)