0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Merge pull request #2905 from appleYaks/preview-markdown

Fix HTML preview rendering on the main screen
This commit is contained in:
Hannah Wolfe 2014-06-08 18:31:55 +02:00
commit f5b4893286

View file

@ -4,8 +4,8 @@
<section class="content-preview-content">
<div class="wrapper">
<h1>{{title}}</h1>
{{gh-format-markdown markdown}}
<h1>{{{title}}}</h1>
{{{html}}}
</div>
</section>