diff --git a/_build/format_header.html.erb b/_build/format_header.html.erb index b9ba10890..3d74ffc53 100644 --- a/_build/format_header.html.erb +++ b/_build/format_header.html.erb @@ -22,7 +22,7 @@
-

<%= Commonmarker.to_html(yaml['doc']) if yaml['doc'] %>

+

<%= Commonmarker.to_html(yaml['doc'], options: {render: {hardbreaks: false}}) if yaml['doc'] %>