Skip to content

Commit

Permalink
Merge pull request #548 from stomar/avoid-trailing-whitespace
Browse files Browse the repository at this point in the history
Avoid a trailing whitespace in generated markdown.rb
  • Loading branch information
hsbt authored Nov 7, 2017
2 parents 3dd8a10 + 74befa2 commit eb3cc95
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 @@ -1137,8 +1137,7 @@ InlineNote = &{ notes? }
@StartList:a
( !"]" Inline:l { a << l } )+
"]"
{
ref = [:inline, @note_order.length]
{ ref = [:inline, @note_order.length]
@footnotes[ref] = paragraph a

note_for ref
Expand Down

0 comments on commit eb3cc95

Please sign in to comment.