Change some style elements

This commit is contained in:
2026-04-07 11:49:07 +02:00
parent 2d38f72292
commit f633d4f73d
5 changed files with 49 additions and 11 deletions

View File

@@ -1,2 +1 @@
<h1>Coucou</h1>
<?php $str = "Markdown **text**\n# SOLONG\n*text*."; $md = \App\Helpers\Markdown::convertToHTML( $str ); echo "<p>$md</p>"; ?>