markdown: Show thumbnails for uploaded images.

Fixes: #16210.
This commit is contained in:
Alex Vandiver
2024-06-21 19:02:36 +00:00
committed by Tim Abbott
parent 71406ac767
commit b42863be4b
11 changed files with 654 additions and 149 deletions

View File

@@ -203,7 +203,6 @@ REDIS_PORT = 6379
REMOTE_POSTGRES_HOST = ""
REMOTE_POSTGRES_PORT = ""
REMOTE_POSTGRES_SSLMODE = ""
THUMBNAIL_IMAGES = False
TORNADO_PORTS: list[int] = []
USING_TORNADO = True