Currently the table of contents appears unstyled. For example, the ToC in https://docs.fedoraproject.org/en-US/packaging-guidelines/AppData/ looks no different than if I had just hand-inserted a list.
The default asciidoctor theme visually distinguishes the table of contents by placing it in a box with a different background color. Looking at the page source, it does get placed in its own div with a class of "toc" so I guess Fedora's CSS simply doesn't style it. Is it possible to get something added to site.css?
In addition, in the wiki we placed most tables of contents in a sidebar to the right but using :toc: right doesn't seem to work. The asciidoctor documentation says that it might not work when converting to embeddable HTML, but I'm not sure if that's what's happening or if something else is involved.
:toc: right
An alternate option would be to somehow embed the table of contents into the left-side navbar, but I don't think that's actually possible without doing it all manually, which isn't something we want to get into.
Hello, I am an outreach applicant and I would like to start working on this issue. However, I need a little help to get started with it. I have gone through the code but can't seem to find the relevant code piece for TOC. Can anyone guide?