From af34613f757f5f99547759f84f77449aaa091a54 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Wed, 13 Jul 2016 22:53:06 +0100 Subject: [PATCH] Update frontmatter.go --- parser/frontmatter.go | 1 + 1 file changed, 1 insertion(+) diff --git a/parser/frontmatter.go b/parser/frontmatter.go index b185526d7..40418e684 100644 --- a/parser/frontmatter.go +++ b/parser/frontmatter.go @@ -149,6 +149,7 @@ func FormatSanitize(kind string) string { } } +// DetectFrontMatter detects the type of frontmatter analysing its first character. func DetectFrontMatter(mark rune) (f *frontmatterType) { switch mark { case '-':