Я хочу макет, где разделы H1 являются вкладками.Есть ли способ сделать это?
Меня уже беспокоит, что Rmarkdown использует H1 для заголовков разделов вместо заголовков, поэтому это не так просто.
Пример:
---
title: "The Actual Title"
output:
html_notebook:
number_sections: yes
toc: yes
code_folding: hide
---
# Heading 1
Stuff including lots of subheadings
# Heading 2
Stuff including lots of subheadings
# Heading 3
Stuff including lots of subheadings
Выход:
_____________
Heading 1 | Heading 2 | Heading 3