MCPcopy
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
397func (r *HTMLRenderer) cr(w io.Writer) {
398 if r.lastOutputLen > 0 {
399 r.out(w, nlBytes)
400 }
401}
402
403var (
404 nlBytes = []byte{'\n'}

Callers 1

RenderNodeMethod · 0.95

Calls 1

outMethod · 0.95

Tested by

no test coverage detected