diff --git a/run_markdown_server.py b/run_markdown_server.py index c949971..da92171 100644 --- a/run_markdown_server.py +++ b/run_markdown_server.py @@ -28,6 +28,7 @@ except ImportError: app = FastAPI(title="Markdown Server", docs_url=None, redoc_url=None) # Define the HTML template for rendering markdown +# Using double curly braces to escape them in the CSS HTML_TEMPLATE = """ @@ -36,65 +37,65 @@ HTML_TEMPLATE = """ {title} @@ -151,7 +152,7 @@ async def root(request: Request): Bot Legal Documents