library(dovetail)
source(dvt_opts())
f <- function(s, m) paste0(s * m, "px")
knitr::opts_chunk$set(out.width = f(148, 2), out.height = f(125, 2))
knitr::include_graphics("images/mm.png")

```{challenge showme, results = 'asis', out.width = f(148, 5), out.height = f(125, 5)}

'

' Show me an image of megaman, but bigger

'

' megaman is awesome

'

' @solution

'

' enhance

'

' ```r

knitr::include_graphics("images/mm.png")

' ```

'

' ENHANCE

'

' ```r

knitr::include_graphics("images/mm.png")

' ```

'

' @end

'

```



carpentries/dovetail documentation built on Sept. 23, 2021, 9:35 p.m.