Markdown files for use with pandoc can start with a YAML header, which starts with `---`. This causes this plugin to think that the filetype is liquid. Example document: ```markdown --- title: ENGR401 Assignment 1 author: - Dylan date: \today{} toc: false --- # Introduction Content ``` See line https://github.com/tpope/vim-liquid/blob/master/ftdetect/liquid.vim#L7