Commit 7851a292 authored by Douwe Maan's avatar Douwe Maan

Use single_line Markdown pipeline for commit description

parent 46025ffb
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment