Mercurial > packages > framework
comparison src/Database/MarkdownParser.php @ 4:84c75d9d90be
Changing usage to be bootstrap 5, not everything is reviewed but it's been started
| author | luka |
|---|---|
| date | Tue, 19 Aug 2025 20:33:35 -0400 |
| parents | b44434aaa767 |
| children |
comparison
equal
deleted
inserted
replaced
| 3:e107504fa22c | 4:84c75d9d90be |
|---|---|
| 1 <?php | 1 <?php |
| 2 | 2 |
| 3 namespace Libraries; | 3 namespace Wizard\Framework\Database; |
| 4 | 4 |
| 5 class MarkdownParser | 5 class MarkdownParser |
| 6 { | 6 { |
| 7 public static function toHtml(string $markdown): string | 7 public static function toHtml(string $markdown): string |
| 8 { | 8 { |
