add 'adding content' chapter
This commit is contained in:
parent
c3618fd3f5
commit
d7e2c23dcb
20 changed files with 884 additions and 251 deletions
8
app/src/Template/MarkdownParser.php
Normal file
8
app/src/Template/MarkdownParser.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php declare(strict_types=1);
|
||||
|
||||
namespace Lubian\NoFramework\Template;
|
||||
|
||||
interface MarkdownParser
|
||||
{
|
||||
public function parse(string $markdown): string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue