Optimization: avoid using a temporary file to calculate the hash in md_handler.
This commit is contained in:
parent
e9a96d0e26
commit
e8cd9a1978
2 changed files with 4 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ fn link_bar {
|
|||
echo '</ul>'
|
||||
}
|
||||
|
||||
fn md_handler { $formatter < $1 }
|
||||
fn md_handler { $formatter $1 }
|
||||
|
||||
fn tpl_handler { template $* }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue