summaryrefslogtreecommitdiffstats
path: root/tests/file_page_test.py
Commit message (Collapse)AuthorAgeFilesLines
* g2h: Escape markdown code blocks that specify a non-word languageChristoph Schlosser2025-10-101-0/+13
| | | | This is mostly a workaround for the early version of the file.md which had ```{{
* g2h: Render markdown files instead of putting them into code blocksChristoph Schlosser2025-10-101-0/+12
|
* g2h: Make sure backticks in plaintext doesn't break page renderingChristoph Schlosser2025-09-191-0/+12
|
* g2h: Add utility scriptChristoph Schlosser2025-09-191-1/+1
| | | | Also move the sources into the more conventional src/g2h dir
* g2h: Add navbarChristoph Schlosser2025-09-181-0/+1
|
* g2h: Add breadcrumb navigations to file and tree pagesChristoph Schlosser2025-09-181-0/+2
|
* g2h: Add file pageChristoph Schlosser2025-08-311-0/+81
Also move helpers to dedicated files.