Format text with markdown

This commit is contained in:
Fernando Blat
2017-01-05 16:49:18 +01:00
parent dc3a917877
commit 13c49c1f75

View File

@@ -3,7 +3,7 @@
<div class="small-12 medium-8 column">
<div class="legislation-text">
<h3><%= link_to process.title, process %></h3>
<%= simple_format(first_paragraph(process.description)) %>
<%= markdown(first_paragraph(process.description)) %>
</div>
</div>