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:
commit
f5b4893286
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue