Changeset 44 in code


Ignore:
Timestamp:
Sep 23, 2019, 8:15:24 AM (6 years ago)
Author:
sergii.zaitsev
Message:

add go.mod and go.sum

Location:
trunk
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/zs.go

    r40 r44  
    192192                return err
    193193        }
    194         v["content"] = string(blackfriday.MarkdownCommon([]byte(content)))
     194        v["content"] = string(blackfriday.Run([]byte(content)))
    195195        if w == nil {
    196196                out, err := os.Create(filepath.Join(PUBDIR, renameExt(path, "", ".html")))
Note: See TracChangeset for help on using the changeset viewer.