Skip to content

Commit

Permalink
Do not markdownify titles as it wraps them in paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
astorije committed Nov 3, 2018
1 parent ea3fd9c commit 2eaf9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% include menu.html %}
</aside>
<div class="col-sm-9 content">
<h1>{{ page.title | markdownify }}</h1>
<h1>{{ page.title }}</h1>

{{ content }}
</div>
Expand Down

0 comments on commit 2eaf9c0

Please sign in to comment.