Include image preview in blogdown (.Rmd yaml header)

假装没事ソ 提交于 2019-12-06 14:28:44

If the image_preview parameter works with the md document, it should also work with the Rmd one, provided that you use the syntax with : I guess:

---
title: some title
author: some author
date: 'some date'
slug: some-slug
categories:
  - some category
tags:
  - some-tag
output:
  blogdown::html_page:
    toc: true
    number_sections: true
    toc_depth: 2
image_preview: 'bubbles.jpg'
---
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!