Skip to content

Commit

Permalink
Allow markdown for alert shortcode
Browse files Browse the repository at this point in the history
  • Loading branch information
kakawait committed Jan 8, 2017
1 parent cdb725d commit c21827b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/alert.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="alert {{ range .Params }}{{ . }} {{ end }}">
<p>{{ .Inner }}</p>
<p>{{ .Inner | markdownify }}</p>
</div>

0 comments on commit c21827b

Please sign in to comment.