Advent of bugs

This commit is contained in:
Nathan McCarty 2025-02-07 06:50:13 -05:00
parent 88e355730b
commit b095fe356b
4 changed files with 113 additions and 1 deletions

View file

@ -88,6 +88,7 @@ sub markdown-first-paragraph(IO::Path:D $file --> Str:D) is export {
$para ~= "\n";
}
when "Link" {
# TODO: Properly descend into links
$para ~= $component<c>[1][0]<c>;
}
default {