Skip to content

Commit 718a0c6

Browse files
committed
add a line of whitespace so bullet points render properly
1 parent 2563948 commit 718a0c6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

vignettes/r-markdown.Rmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ knitr::opts_chunk$set(
2222

2323
R Markdown supports a variety of languages through the use of knitr language
2424
engines. Where users wish to write Stan programs as chunks directly in R Markdown documents there are three options:
25-
1. the user wishes all the Stan chunks in the R Markdown document to be processed using RStan;
26-
2. all Stan chunks are to be processed using CmdStanR; and
25+
26+
1. the user wishes all the Stan chunks in the R Markdown document to be processed using RStan;
27+
2. all Stan chunks are to be processed using CmdStanR; and.
2728
3. some chunks are to be processed by RStan and some by CmdStanR.
2829

2930
Behind the scenes in each option, the engine compiles the model code in each

0 commit comments

Comments
 (0)