Skip to content

Commit 86936ba

Browse files
ec1oudQt Cherry-pick Bot
authored andcommitted
Add text/markdown to Tika mime-type database
Done upstream in apache/tika#2806 Fixes: QTBUG-146675 Change-Id: I5c13064228da4355d4b3c132d3242cd612f0aa0a Pick-to: 6.10 6.8 Reviewed-by: David Faure <david.faure@kdab.com> Reviewed-by: Dennis Oberst <dennis.oberst@qt.io> (cherry picked from commit 10e1b1f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
1 parent 2eeb48b commit 86936ba

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/corelib/mimetypes/3rdparty/tika-mimetypes.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8147,8 +8147,10 @@
81478147
<sub-class-of type="text/plain"/>
81488148
</mime-type>
81498149

8150-
<mime-type type="text/x-web-markdown">
8151-
<comment>Markdown source code</comment>
8150+
<mime-type type="text/markdown">
8151+
<comment>Markdown document</comment>
8152+
<alias type="text/x-web-markdown"/>
8153+
<alias type="text/x-markdown"/>
81528154
<glob pattern="*.md"/>
81538155
<glob pattern="*.mdtext"/>
81548156
<glob pattern="*.mkd"/>

0 commit comments

Comments
 (0)