我正在使用bookdown为客户撰写报告。他们喜欢它,我喜欢它,但我不想在编译的html的右上角有社交媒体链接。除了在构建之后编辑html之外,在构建报告期间是否有任何方法可以阻止它们出现?
谢谢!
答案 0 :(得分:8)
以sharing
输出格式在null
中将config
设置为gitbook
:https://bookdown.org/yihui/bookdown/html.html
bookdown::gitbook:
config:
sharing: null