Changeset 44 in code
Legend:
- Unmodified
- Added
- Removed
-
trunk/zs.go
r40 r44 192 192 return err 193 193 } 194 v["content"] = string(blackfriday. MarkdownCommon([]byte(content)))194 v["content"] = string(blackfriday.Run([]byte(content))) 195 195 if w == nil { 196 196 out, err := os.Create(filepath.Join(PUBDIR, renameExt(path, "", ".html")))
Note:
See TracChangeset
for help on using the changeset viewer.