Commit 64a1df3
committed
style: add trailing newline to MARKDOWN_TEMPLATE
The template string in `mise-tasks/gen/ref-pages.py` was missing a
trailing newline, causing the generated output to run into subsequent
content. Adding `\n` ensures proper formatting in the rendered markdown.1 parent 4d287b0 commit 64a1df3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments