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 355c4e4 commit 0d699afCopy full SHA for 0d699af
lib/rdoc/markup/to_markdown.rb
@@ -131,7 +131,7 @@ def accept_verbatim verbatim
131
@res << part
132
end
133
134
- @res << "\n" unless @res =~ /\n\z/
+ @res << "\n"
135
136
137
##
lib/rdoc/markup/to_rdoc.rb
@@ -234,7 +234,7 @@ def accept_verbatim verbatim
234
235
236
237
238
239
240
0 commit comments