Skip to content

Commit 2b7869e

Browse files
authored
Add blank line
Avoid quarto-dev/quarto-cli#12255 while other parsers don't like the lack of a line break.
1 parent 479e934 commit 2b7869e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/authoring/code-annotation.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ penguins |> # <1>
2222
bill_area = bill_depth_mm * bill_length_mm # <2>
2323
) # <2>
2424
```
25+
2526
1. Take `penguins`, and then,
2627
2. add new columns for the bill ratio and bill area.
2728

@@ -132,4 +133,4 @@ For some formats, you may prefer to remove annotations from the output. In this
132133

133134
## Disabling Annotation
134135

135-
You can disable code annotation by including the option `code-annotations: false` in your document. This will stop the processing of code annotations and leave your code (including the annotation comments) and the original ordered list as is.
136+
You can disable code annotation by including the option `code-annotations: false` in your document. This will stop the processing of code annotations and leave your code (including the annotation comments) and the original ordered list as is.

0 commit comments

Comments
 (0)