From 1ee0189ff620ac129b703074d6f91782ef1ee3f5 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 2 Sep 2022 15:22:53 -0500 Subject: [PATCH] format-qmd changes --- lib/function.zsh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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' }