我正在使用Bookdown为客户编写报告。他们喜欢它,我喜欢它,但我不想在已编译的html的右上角添加社交媒体链接。除了在构建后编辑html外,还有什么方法可以阻止它们在构建报告期间出现?

谢谢!

最佳答案

sharing输出格式将null设置为config中的gitbookhttps://bookdown.org/yihui/bookdown/html.html

bookdown::gitbook:
  config:
    sharing: null

关于r - Bookdown:删除社交媒体链接?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/40081623/

10-10 18:03