Вместо этого я подумал, что это можно сделать с помощью файла style.css.
Дано:
Код: Выделить всё
project:
type: book
book:
title: "Test Book"
author: "XYZ"
date: today
chapters:
- index.qmd
- intro.qmd
- summary.qmd
- references.qmd
search:
location: sidebar
page-navigation: true
reader-mode: true
format:
html:
grid:
margin-width: 150px
Код: Выделить всё
body.reader-mode .page-content {
max-width: 100% !important;
width: 100% !important;
margin-left: auto;
margin-right: auto;
}
Подробнее здесь: https://stackoverflow.com/questions/797 ... eader-mode
Мобильная версия