Skip to content

Commit 35eee2e

Browse files
authored
Fix minor formatting issue in cpp11 vignette (#309)
Markdown renders need lists to have a preceding blank line in order to render properly
1 parent 3c36f7f commit 35eee2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vignettes/cpp11.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ doubles attribs() {
527527

528528
## Missing values {#na}
529529
If you're working with missing values, you need to know two things:
530+
530531
* How R's missing values behave in C++'s scalars (e.g., `double`).
531532
* How to get and set missing values in vectors (e.g., `doubles`).
532533

0 commit comments

Comments
 (0)