mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -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">
|
<section class="content-preview-content">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<h1>{{title}}</h1>
|
<h1>{{{title}}}</h1>
|
||||||
{{gh-format-markdown markdown}}
|
{{{html}}}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue