mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-13 11:14:37 -05:00
remove comment source
Signed-off-by: Avelino <avelinorun@gmail.com>
This commit is contained in:
parent
08725d72e6
commit
7e0981b926
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ func GenerateHTML() (err error) {
|
|||
parser := parser.NewWithExtensions(extensions)
|
||||
|
||||
body := string(markdown.ToHTML(input, parser, nil))
|
||||
// body := string(gfm.Markdown(input))
|
||||
c := &content{Body: body}
|
||||
t := template.Must(template.ParseFiles(tplPath))
|
||||
f, err := os.Create(idxPath)
|
||||
|
|
Loading…
Reference in a new issue