motiejus/zig

fork of https://codeberg.org/ziglang/zig
git clone https://git.jakstys.lt/motiejus/zig.git
Log | Tree | Refs | README | LICENSE

commit a054c01f5ceb0575909e9d416320f393514472dc (tree)
parent e9c7ebe79e968b5a173b58d908aad7d7040eed23
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Sun, 21 Jan 2024 16:54:09 -0700

Revert "langref: add section numbers"

This reverts commit 3542dbf0ea5bc1ddb1c5e1c856745dc07e6c0a18.

I don't like them

Diffstat:
Mdoc/langref.html.in | 33---------------------------------
1 file changed, 0 insertions(+), 33 deletions(-)

diff --git a/doc/langref.html.in b/doc/langref.html.in @@ -301,39 +301,6 @@ color: #fff; } } - - @media all { - main { - counter-reset: section-2; - } - h2 { - counter-reset: section-3; - } - h2::before { - counter-increment: section-2; - content: counter(section-2) ". "; - font-weight: normal; - } - h3 { - counter-reset: section-4; - } - h3::before { - counter-increment: section-3; - content: counter(section-2) "." counter(section-3) ". "; - font-weight: normal; - } - h4::before { - counter-increment: section-4; - content: counter(section-2) "." counter(section-3) "." counter(section-4) ". "; - font-weight: normal; - } - #zig-version::before { - content: ""; - } - #table-of-contents::before { - content: ""; - } - } </style> </head> <body>