tests/test_files/markdown_files/code_block_langages_specified.md

This is a paragraph. A block of SQL follows.

-- This is a comment in the sql
select
  user_id,
  date_trunc('day', time)
from
  user_table
where
  some_stuff is not null

This is an intermediate paragraph. A block of R follows.

# This is a comment in the R code
x <- rnorm(100)
summary(x)
hist(x)


brendan-r/googdown documentation built on May 13, 2019, 5:09 a.m.