Skip to content

Commit

Permalink
Merge pull request #798 from nobu/trailing-space
Browse files Browse the repository at this point in the history
Get rid of a trailing space
  • Loading branch information
aycabta authored Mar 16, 2021
2 parents 3a4120b + 7b7b917 commit 45ebbdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/rdoc/markdown.kpeg
Original file line number Diff line number Diff line change
Expand Up @@ -1209,8 +1209,7 @@ TableItem = "|" < (!"|" !@Newline .)+ >
TableLine = TableColumn+:line "|" @Newline
{ line }
TableColumn = "|" < ( "-"+ ":"? | ":" "-"* ) >
{
text.start_with?(":") ? :left :
{ text.start_with?(":") ? :left :
text.end_with?(":") ? :right : nil
}

Expand Down

0 comments on commit 45ebbdd

Please sign in to comment.