0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-07 09:15:25 +02:00
hamki 1004c2250f Refactor TOC rendering and improve HTML structure
- Updated the rendering of table of contents (TOC) items to ensure proper closing of list items in HTML.
- Removed redundant header extraction logic from orgmode, enabling TOC extraction during post-processing.
- Simplified sidebar visibility state management by utilizing user settings instead of localStorage.

This enhances the overall structure and maintainability of the markup rendering process.
2026-02-03 06:24:21 +08:00
..