Browse Source

Fixed the markdown inside the note shortcode

master
Julio Biason 6 years ago
parent
commit
b20d7fe2a2
  1. 2
      templates/shortcodes/note.html

2
templates/shortcodes/note.html

@ -1,3 +1,3 @@
<div style="border:1px solid white; margin:10px; padding: 10px">
{{ body }}
{{ body | markdown }}
</div>

Loading…
Cancel
Save