fix: print PDF from actual editor theme CSS and shared Markdown rendering

This commit is contained in:
2026-09-07 14:33:19 +08:00
parent 9f097ea629
commit d1cbc10fc4
20 changed files with 530 additions and 43 deletions
+5
View File
@@ -1547,6 +1547,11 @@ async def create_export(request: ExportRequest) -> ExportJob:
return await export_service.create_export(request)
@router.post("/exports/preview-resources", tags=["Export"])
async def export_preview_resources(request: ExportRequest):
return await export_service.preview_resources(request)
@router.get(
"/exports",
response_model=ExportJobListResponse,