Update godeps for etcd 3.0.4
This commit is contained in:
2
vendor/github.com/russross/blackfriday/latex.go
generated
vendored
2
vendor/github.com/russross/blackfriday/latex.go
generated
vendored
@@ -259,7 +259,7 @@ func (options *Latex) FootnoteRef(out *bytes.Buffer, ref []byte, id int) {
|
||||
}
|
||||
|
||||
func needsBackslash(c byte) bool {
|
||||
for _, r := range []byte("_{}%$&\\~") {
|
||||
for _, r := range []byte("_{}%$&\\~#") {
|
||||
if c == r {
|
||||
return true
|
||||
}
|
||||
|
Reference in New Issue
Block a user