workspace:chore - fix edit uri computation

This commit is contained in:
squidfunk
2025-11-04 09:56:42 +01:00
parent a5d5411db2
commit e72d632cab
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ from markdown.postprocessors import Postprocessor
class SearchProcessor(Postprocessor):
"""
PostProcessor that extracts searchable content from the rendered HTML.
Post processor that extracts searchable content from the rendered HTML.
"""
def __init__(self, md):