This commit is contained in:
biglyderv 2024-12-01 06:20:11 -05:00
parent a74b3ef90b
commit 62aea1726e
2 changed files with 35 additions and 1 deletions

View file

@ -1,6 +1,7 @@
<?php
require("../libs/page.php");
require("../libs/form.php");
require("../libs/markdown.php");
$ref = 1732684297;
@ -83,7 +84,7 @@
</b></div>
</div>
</div>
<pre><?php echo htmlspecialchars($post['content']) ?></pre>
<pre><?php echo markdown(htmlspecialchars($post['content'])) ?></pre>
</div>
<?php }
page_footer();