Skip to content

Commit 3a5bb6d

Browse files
committed
fix: fix trailing whitespace, end of file and prettier formatting
1 parent 92088a6 commit 3a5bb6d

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,13 @@ dependencies and activate it.
7373
---
7474
```
7575

76-
The body of the file uses standard Markdown plus any Quarto features you
77-
need (code chunks, figures, etc.). During the build, `makim pages.build`
78-
will render `index.qmd` to `index.md` using Quarto so that MkDocs can
79-
consume the generated Markdown.
80-
81-
- **Legacy Jupyter Notebook Posts (optional / for migration only):**
82-
Existing posts may still be stored as `index.ipynb`. To migrate them to
83-
Quarto, run:
76+
The body of the file uses standard Markdown plus any Quarto features you need
77+
(code chunks, figures, etc.). During the build, `makim pages.build` will
78+
render `index.qmd` to `index.md` using Quarto so that MkDocs can consume the
79+
generated Markdown.
80+
81+
- **Legacy Jupyter Notebook Posts (optional / for migration only):** Existing
82+
posts may still be stored as `index.ipynb`. To migrate them to Quarto, run:
8483

8584
```bash
8685
python scripts/convert-blog-posts-to-qmd.py

conda/dev.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ dependencies:
77
- pip
88
- poetry
99
- nodejs
10-

0 commit comments

Comments
 (0)