@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user