Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/russross/blackfriday
/ cr
Method
cr
html.go:397–401 ·
view source on GitHub ↗
(w io.Writer)
Source
from the content-addressed store, hash-verified
395
}
396
397
func
(r *HTMLRenderer) cr(w io.Writer) {
398
if
r.lastOutputLen > 0 {
399
r.out(w, nlBytes)
400
}
401
}
402
403
var
(
404
nlBytes = []byte{
'\n'
}
Callers
1
RenderNode
Method · 0.95
Calls
1
out
Method · 0.95
Tested by
no test coverage detected