// Copyright 2024 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT package markup import ( "html" "html/template" "net/url" "strings" "code.gitea.io/gitea/modules/translation" ) // RenderSidebarTocHTML renders a list of headers into HTML for sidebar TOC display. // It generates a
element with nested