Commit f85cf5c
Aliki: Add padding to TOC (#1481)
I'm unsure if rdoc uses this somewhere but here is how it looks like on
https://docs.ruby-lang.org/en/master/String.html
<img width="348" height="637" alt="image"
src="https://github.com/user-attachments/assets/c60cd491-1dee-448e-b2eb-01cd85c5c6ed"
/>
In #1479 I wrote about it not being
formatted. Since the TOC is generated via javascript, that seems a bit
difficult to fix.
But I'm unsure if that is even needed. What was bothering me was that
there was no connection between the "What's Here" and its subsections.
This fixes that in a pretty simple way.
Co-authored-by: Stan Lo <stan001212@gmail.com>1 parent 52c1363 commit f85cf5c
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1318 | 1318 | | |
1319 | 1319 | | |
1320 | 1320 | | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
1321 | 1329 | | |
1322 | 1330 | | |
1323 | 1331 | | |
| |||
0 commit comments