md
This commit is contained in:
parent
a74b3ef90b
commit
62aea1726e
2 changed files with 35 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue