Bookdown:删除社交媒体链接?
Bookdown: Removing social media links?
我正在使用 bookdown 为客户撰写报告。他们喜欢,我喜欢,但我不想在编译后的右上角有社交媒体链接html。除了在生成后编辑 html 之外,还有什么方法可以阻止它们在生成报告期间出现吗?
谢谢!
在config
中将sharing
设置为null
在gitbook
输出格式:https://bookdown.org/yihui/bookdown/html.html
bookdown::gitbook:
config:
sharing: null
我正在使用 bookdown 为客户撰写报告。他们喜欢,我喜欢,但我不想在编译后的右上角有社交媒体链接html。除了在生成后编辑 html 之外,还有什么方法可以阻止它们在生成报告期间出现吗?
谢谢!
在config
中将sharing
设置为null
在gitbook
输出格式:https://bookdown.org/yihui/bookdown/html.html
bookdown::gitbook:
config:
sharing: null