Browse Source

Update frontmatter.go

pull/2281/head
Henrique Dias 9 years ago
committed by Bjørn Erik Pedersen
parent
commit
af34613f75
  1. 1
      parser/frontmatter.go

1
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 '-':

Loading…
Cancel
Save