2023-11-22, 01:00:09
Oh. I tried to format the TOC with a CSS class:
and with
on the page. But there is no reaction, the format is not used for TOC.
Does anybody find my error?
Code:
.sa_toc {
background: #eee;
border: 1px solid #ccc;
padding: 5px 5px;
}
and with
Code:
<p class="sa_toc">(% sa_toc depth=2 %)</p>
on the page. But there is no reaction, the format is not used for TOC.
Does anybody find my error?