Skip to content

Commit c92550d

Browse files
authored
More line breaks
See quarto-dev/quarto-cli#12255
1 parent 2b7869e commit c92550d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/authoring/code-annotation.qmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ penguins |> # <1>
8585
bill_area = bill_depth_mm * bill_length_mm # <2>
8686
) # <2>
8787
```
88+
8889
1. Take `penguins`, and then,
8990
2. add new columns for the bill ratio and bill area.
9091
````
@@ -121,6 +122,7 @@ penguins |> # <1>
121122
bill_area = bill_depth_mm * bill_length_mm # <2>
122123
) # <2>
123124
```
125+
124126
1. Take `penguins`, and then,
125127
2. add new columns for the bill ratio and bill area.
126128
````

0 commit comments

Comments
 (0)