add render method
This commit is contained in:
parent
6d9e32bb12
commit
72607c7f25
4 changed files with 22 additions and 0 deletions
|
@ -16,3 +16,9 @@ has Bool:D $.idris = True;
|
|||
method title(--> Str:D) {
|
||||
markdown-title($!source)
|
||||
}
|
||||
|
||||
# Use katla to highlight our file, mangle the resulting output, and then pass it
|
||||
# through to pandoc for html generation
|
||||
method render-html(--> Str:D) {
|
||||
die "Not implemented";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue