Introduction

This template demonstrates some of the basic [markdown]{.proglang} you'll need to know to create a JSS article with pagedown [@R-pagedown].

Code formatting

You should use Pandoc's [markdown]{.proglang} but you also can use $\LaTeX$ commands:

[R]{.proglang} code

Can be inserted in regular [R Markdown]{.proglang} blocks.

x <- 1:10
x

Render the document

If you use the option self_contained: false (see line #22 of this Rmd file), don't click on the Knit button in RStudio. Use instead the xaringan [@R-xaringan] RStudio add-in Infinite Moon Reader.

References {-}

knitr::write_bib(c(.packages(), 'pagedown', 'xaringan'), 'index.bib')


rstudio/pagedown documentation built on Jan. 9, 2025, 6:40 p.m.