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.
---
title: ENGR401 Assignment 1
author:
- Dylan
date: \today{}
toc: false
---
# Introduction
Content
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:
See line https://github.com/tpope/vim-liquid/blob/master/ftdetect/liquid.vim#L7