Some users want a top level document title bookmark in PDF output. We should enable this per configuration using defaults derived from document title.
Set the default "markup" of that bookmark to bold, but allow to override per some ..._bold: false or similarly.
Example resulting inside this.tex:
\newpage
\renewcommand*\contentsname{Table of Contents}
{
\setcounter{tocdepth}{3}%%_PATCH_%_TOC_%_LEVEL_%%
\pdfbookmark[section, bold]{\contentsname}{toc}
\tableofcontents
}
Implemented in version 2023.11.20