Commit bcd6e36
authored
Fix tip breaking content layout in variables.md
Correctly close `:::` tip block.
As mentioned in #2016.
Using a newline after the numbered list makes sure the lefthook npx prettier run does not reintroduce the Markdown formatting issue of the `:::` tip not being closed.1 parent bf57983 commit bcd6e36
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
0 commit comments