We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2b54a commit 98acf8eCopy full SHA for 98acf8e
1 file changed
scripts/convert-blog-posts-to-qmd.py
@@ -27,8 +27,8 @@
27
from pathlib import Path
28
29
import nbformat
30
-from nbconvert import MarkdownExporter
31
+from nbconvert import MarkdownExporter
32
33
REPO_ROOT = Path(__file__).resolve().parents[1]
34
BLOG_ROOT = REPO_ROOT / "pages" / "blog"
@@ -79,9 +79,8 @@ def main() -> None:
79
print(
80
"[II] Conversion complete. "
81
"Review generated .qmd files and commit them."
82
- )
+ )
83
84
85
if __name__ == "__main__":
86
main()
87
-
0 commit comments