Skip to content

Commit

Permalink
add markdown indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Oct 8, 2024
1 parent 8e79f5c commit 9d87d46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/lib/supported_mime_types.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def is_video_mime_type?(type)
def is_document_mime_type?(type)
[
"application/pdf",
"text/markdown",
"text/plain"
].include?(type.to_s)
end
Expand Down

0 comments on commit 9d87d46

Please sign in to comment.