Store the processed html from the markdown text body field

This commit is contained in:
Amaia Castro
2016-12-13 17:01:50 +01:00
parent c69f1b3e83
commit 400b510b71
6 changed files with 44 additions and 3 deletions

View File

@@ -69,6 +69,9 @@
</div>
<div id="markdown-preview" class="small-12 medium-6 column">
</div>
<div id="markdown-result">
<%= f.hidden_field :body_html, label: false %>
</div>
</div>
</div>