Кто-нибудь знает, как увеличить ширину плавающей таблицы содержимого в rmarkdown, чтобы он мог показывать все заголовки в одной строке без перерыва. Вот пример:
---
title: "Title"
author: "Author "
date: '`r format(Sys.Date(), "%B %d, %Y")`'
output:
html_document:
toc_float: true
toc: true
number_sections: true
code_folding: show
theme: lumen
editor_options:
chunk_output_type: console
---
# A loooooooooooooooooooooooong title
Спасибо