Use single_line Markdown pipeline for commit description

This commit is contained in:
Douwe Maan
2015-10-23 15:00:26 +02:00
parent 46025ffb8c
commit 7851a292a1
+1 -1
View File
@@ -17,7 +17,7 @@ xml.feed "xmlns" => "http://www.w3.org/2005/Atom", "xmlns:media" => "http://sear
xml.name commit.author_name
xml.email commit.author_email
end
xml.summary markdown(commit.description, pipeline: :atom)
xml.summary markdown(commit.description, pipeline: :single_line)
end
end
end