Support admonitions

This commit is contained in:
Nathan McCarty 2025-02-09 07:31:26 -05:00
parent bdceab7652
commit 1d91c51084
4 changed files with 87 additions and 1 deletions

View file

@ -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;