feat: add markdown file support (#202)
* feat: add support for .md * fix: disable download all on private collection
This commit is contained in:
committed by
GitHub
parent
4f0785773d
commit
607867d7e6
@@ -222,7 +222,7 @@ KH_INDICES = [
|
||||
"config": {
|
||||
"supported_file_types": (
|
||||
".png, .jpeg, .jpg, .tiff, .tif, .pdf, .xls, .xlsx, .doc, .docx, "
|
||||
".pptx, .csv, .html, .mhtml, .txt, .zip"
|
||||
".pptx, .csv, .html, .mhtml, .txt, .md, .zip"
|
||||
),
|
||||
"private": False,
|
||||
},
|
||||
@@ -233,7 +233,7 @@ KH_INDICES = [
|
||||
"config": {
|
||||
"supported_file_types": (
|
||||
".png, .jpeg, .jpg, .tiff, .tif, .pdf, .xls, .xlsx, .doc, .docx, "
|
||||
".pptx, .csv, .html, .mhtml, .txt, .zip"
|
||||
".pptx, .csv, .html, .mhtml, .txt, .md, .zip"
|
||||
),
|
||||
"private": False,
|
||||
},
|
||||
|
Reference in New Issue
Block a user