add undraft command

This commit is contained in:
Joel Scoble
2015-03-15 17:32:41 -05:00
committed by spf13
parent 563a6302a0
commit b4871787f0
4 changed files with 232 additions and 2 deletions

View File

@@ -30,8 +30,8 @@ var (
[]byte(JSON_LEAD),
}
unixEnding = []byte("\n")
dosEnding = []byte("\r\n")
UnixEnding = []byte("\n")
DosEnding = []byte("\r\n")
)
type FrontMatter []byte