如何避免rmarkdown呈现的html页面中的jQuery和bootstrap?

时间:2015-01-08 10:35:48

标签: pandoc r-markdown

我想生成一个简单的html页面,我希望jquery 1.11.0和bootstrap库是从远程的特定CDN加载的。但我不知道如何在RMarkdown文档的开头修改配置以删除jQuery和bootstrap。

http://rmarkdown.rstudio.com/html_document_format.html我创建自己的标题html文件,其中包含所有css和js引用。

title: "document"
output:
  html_document:
    mathjax: null
    highlight: null
    self_contained: false
    includes:
      in_header: header.html

我禁用了mathjax和highlight.js但是无法禁用jQuery和bootstrap并且在不加载它们的两个版本的情况下使用我自己的。

如何禁用jQuery和bootstrap以便我可以在header.html中使用它?

1 个答案:

答案 0 :(得分:2)

我只是在文档中注意到: http://rmarkdown.rstudio.com/html_document_format.html

您还需要设置

theme: null