Former-commit-id: b701d9f0942cc7d52f4b26e433f7d98ddd64f85d
This commit is contained in:
Henrique Dias
2017-01-04 18:17:47 +00:00
parent 543c43517d
commit d9d6a2bf44
3 changed files with 8 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ package handlers
import (
"bytes"
"fmt"
"path/filepath"
"strings"
@@ -60,6 +61,8 @@ func GetEditor(i *file.Info) (*Editor, error) {
break
}
fmt.Println("Hey")
fallthrough
case "markdown", "asciidoc", "rst":
if frontmatter.HasRune(i.Content) {