feat: english documentation up to date

This commit is contained in:
Hazel Noack
2025-05-22 11:18:09 +02:00
parent 54d1f0292e
commit 15707ada59
2 changed files with 21 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ import jinja2
from . import config
def get_first_header_content(content, fallback: str = ""):
soup = BeautifulSoup(content, 'html.parser')
for level in range(1, 7):