Versions in this module Expand all Collapse all v0 v0.9.1 Aug 17, 2016 v0.9.0 Jul 19, 2016 Changes in this version + func GetDefaultTemplate() *template.Template + func SetTemplate(t *template.Template, name, filename string) error + type Config struct + Extensions map[string]struct{} + PathScope string + Renderer blackfriday.Renderer + Scripts []string + Styles []string + Template *template.Template + func (c *Config) Markdown(title string, r io.Reader, dirents []os.FileInfo, ctx httpserver.Context) ([]byte, error) + type Data struct + Doc map[string]string + DocFlags map[string]bool + Files []FileInfo + Scripts []string + Styles []string + func (d Data) Include(filename string) (string, error) + type FileInfo struct + func (f FileInfo) Summarize(wordcount int) (string, error) + type Markdown struct + Configs []*Config + FileSys http.FileSystem + IndexFiles []string + Next httpserver.Handler + Root string + func (md Markdown) ServeHTTP(w http.ResponseWriter, r *http.Request) (int, error)