Skip to content

Commit af34613

Browse files
hacdiasbep
authored andcommitted
Update frontmatter.go
1 parent 0a812be commit af34613

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parser/frontmatter.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ func FormatSanitize(kind string) string {
149149
}
150150
}
151151

152+
// DetectFrontMatter detects the type of frontmatter analysing its first character.
152153
func DetectFrontMatter(mark rune) (f *frontmatterType) {
153154
switch mark {
154155
case '-':

0 commit comments

Comments
 (0)