Removed attribute not needed.

This commit is contained in:
Maxime 2015-07-24 22:17:14 +02:00
parent 24bdb433c9
commit ef4a4b0ab8

View File

@ -20,8 +20,7 @@ const (
type MarkdownData struct {
middleware.Context
Doc map[string]interface{}
markdown string
Doc map[string]interface{}
}
// Process processes the contents of a page in b. It parses the metadata