aboutsummaryrefslogtreecommitdiff
path: root/cgit/filters/html-transform.py
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-07-07 13:04:42 +0530
committerAkshay Nair <phenax5@gmail.com>2026-07-07 13:04:42 +0530
commit4c142d2a977a2c377ea3bef30fa986010056ba3e (patch)
treee1244ef962f2c60dc4cf5b62d3a7e8005e0e1463 /cgit/filters/html-transform.py
parent17d0f321faeecf5ea46faccb4157347673690def (diff)
downloadbacchus-remote-4c142d2a977a2c377ea3bef30fa986010056ba3e.tar.gz
bacchus-remote-4c142d2a977a2c377ea3bef30fa986010056ba3e.zip
Add comment modal + color changes
Diffstat (limited to 'cgit/filters/html-transform.py')
-rwxr-xr-xcgit/filters/html-transform.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgit/filters/html-transform.py b/cgit/filters/html-transform.py
index 51b3538..4579ee0 100755
--- a/cgit/filters/html-transform.py
+++ b/cgit/filters/html-transform.py
@@ -1,6 +1,8 @@
#!/usr/bin/env python3
# Rewrite image urls in about section
+# TODO: Add toc links for headers in markdown
+
import sys
from html.parser import HTMLParser
import html