Skip to content
Prev 11807 / 21307 Next

[Bioc-devel] Problem with html vignette in BiocStyle 2.5.39

Dear Stefan,

Thanks for your feedback. I didn't find the R Markdown sample document you
mentioned, maybe you forgot to attach it.

The following minimal example illustrates how to include figures from
external files such that they are numbered and contain captions.

Best,
Andrzej


---
output: BiocStyle::html_document
---

```{r, echo=FALSE, fig.cap="Figure title. Detailed description"}
knitr::include_graphics("split.png")
```



On Thu, Oct 5, 2017 at 6:35 AM, Stefan Mutter <Stefan.Mutter at sahmri.com>
wrote: