We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abc100e + 8ba1885 commit c610e8cCopy full SHA for c610e8c
zh/build.go
@@ -68,7 +68,7 @@ func (self *Visitor) md2html(arg map[string]string) error {
68
opts.Smartypants = true
69
opts.Fractions = true
70
// r1 := []rune(s1)
71
- m := mark.New(input, opts
+ m := mark.New(input, opts)
72
w := bufio.NewWriter(out)
73
n4, err := w.WriteString(s + m.Render())
74
fmt.Printf("wrote %d bytes\n", n4)
zh/build_new.go
@@ -3,6 +3,7 @@ package main
3
import (
4
"fmt"
5
"io/ioutil"
6
+ "bufio"
7
"net/http"
8
"os"
9
"path/filepath"
0 commit comments