Advent of bugs
This commit is contained in:
parent
88e355730b
commit
b095fe356b
4 changed files with 113 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue