fix(movie.php.liquid): parse description as markdown
This commit is contained in:
parent
0dd83a8d4e
commit
81e29e86ab
3 changed files with 7 additions and 7 deletions
|
@ -60,7 +60,7 @@ schema: movie
|
|||
?>
|
||||
<?php if (!empty($movie["description"])): ?>
|
||||
<h2>Overview</h2>
|
||||
<?= $movie["description"] ?>
|
||||
<?= parseMarkdown($movie["description"]) ?>
|
||||
<?php endif; ?>
|
||||
</article>
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue