Sean Kross

Results 105 comments of Sean Kross

I also think this is a pandoc version issue. If you [install the latest version of pandoc](https://pandoc.org/installing.html) you can use `rmarkdown::find_pandoc()` to make rmarkdown aware of your latest pandoc version....

#8 is an attempt at a fix, I would appreciate it if you could try it out. Install with: ``` r remotes::install_github("seankross/postcards#8") ```

Hi all, would you mind trying out #10 ? ``` r remotes::install_github("seankross/postcards#10") ``` Thanks @zorgster for these ideas.

This is a great idea but currently all of the templates rely on `rmarkdown::html_document()` which makes email obfuscation impossible: https://github.com/rstudio/rmarkdown/blob/master/R/html_document_base.R#L38

This inspired me to open an issue: https://github.com/rstudio/rmarkdown/issues/1969

Hi Alessandro, My usual workflow is to design each webpage as a standalone project, and then to adapt it into a pandoc template. I developed each page here: https://github.com/seankross/postcards-templates. Sean

Hi @mrworthington, Here is my own reproducible example which works for me but is certainly not pretty! ``` --- title: "Tobi Burns" image: "tobi.jpg" links: - label: LinkedIn url: "https://linkedin.com/"...

I was not aware, thank you for letting me know.

Hi @BSWolfset, This is possible by using the `play()` function to pause swirl and then you can use the `nxt()` function to resume swirl. In the next version of swirl...

Have you tried installing the `cli` package?