diff --git a/lib/function.zsh b/lib/function.zsh index e70309c..24d38fc 100755 --- a/lib/function.zsh +++ b/lib/function.zsh @@ -81,5 +81,7 @@ help() { } format-qmd() { - jupytext --from qmd $1 --pipe black + # TODO: add support for outputs + jupytext --from qmd $1 --pipe black + jupytext --from qmd $1 --pipe black --opt 'notebook_metadata_filter=-all' }