We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af8d98 commit a63e5cbCopy full SHA for a63e5cb
utils.go
@@ -196,7 +196,7 @@ func IsDocument(path string) bool {
196
for _, element := range documentExtensions {
197
if strings.HasSuffix(path, element) {
198
if !didPrintDocumentsMsg {
199
- log.Info("\tIgnoring documents (such as `.pdf`, `.docx`)")
+ log.Info("\tIgnoring documents (such as `.pdf`, `.docx`, `.md`)")
200
didPrintDocumentsMsg = true
201
}
202
0 commit comments