diff --git a/templates/paragraph.html.erb b/templates/paragraph.html.erb index e548e55..254c08a 100644 --- a/templates/paragraph.html.erb +++ b/templates/paragraph.html.erb @@ -1,6 +1,4 @@ - <% if role %>class="<%= role %>"<% end %>><% -if title? %> -
<%= title %>
<% -end %> -<%= content %> + <% if role %>class="<%= role %>"<% end %>> + <% if title? %>
<%= title %>
<% end %> + <%= content %>