Documentation ¶
Overview ¶
Package markdown is the expander for markdown to html
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrLayoutFileNotFound is retunred when layout file is not found in list ErrLayoutFileNotFound = errors.New("No such layout file is found") )
Functions ¶
This section is empty.
Types ¶
type Markdown ¶
Markdown satisfies gen.Expander
func New ¶
New returns new instance of Markdown. layoutKey is ident of layout file in markdown file. htmlKey is Variables key of content for html loader. contentKey is content ident in html file for markdown content.
Click to show internal directories.
Click to hide internal directories.