Support admonitions
This commit is contained in:
parent
bdceab7652
commit
1d91c51084
4 changed files with 87 additions and 1 deletions
|
@ -10,7 +10,6 @@ use DB::Post;
|
|||
|
||||
unit class Config;
|
||||
|
||||
# TODO: Support GFM admonitions
|
||||
method generate-post(Int:D $id, Post:D $post, $db) {
|
||||
my $meta = $db.meta;
|
||||
my $content = $post.render-html;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue