Skip to content

Commit 0aab007

Browse files
fix: add-mimetype-for-asciidocs-markdown (#47)
Signed-off-by: Peter Staar <[email protected]>
1 parent 5cc6ba7 commit 0aab007

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docling_core/types/doc/document.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ class DocumentOrigin(BaseModel):
214214
"application/vnd.openxmlformats-officedocument.presentationml.template",
215215
"application/vnd.openxmlformats-officedocument.presentationml.slideshow",
216216
"application/vnd.openxmlformats-officedocument.presentationml.presentation",
217+
"text/asciidoc",
217218
]
218219

219220
@field_validator("binary_hash", mode="before")

0 commit comments

Comments
 (0)