fix(markdown): markdown conversion image handling and zip support (#5677)

This commit is contained in:
Balázs Szücs
2026-02-12 00:31:41 +01:00
committed by GitHub
parent e523190f39
commit f88f1db7e7
4 changed files with 254 additions and 58 deletions

View File

@@ -233,7 +233,8 @@ Feature: API Validation
When I send the API request to the endpoint "/api/v1/convert/pdf/markdown"
Then the response status code should be 200
And the response file should have size greater than 100
And the response file should have extension ".md"
And the response file should have extension ".zip"
And the response ZIP should contain 4 files
@positive @pdftocsv