MCPcopy
hub / github.com/russross/blackfriday / outHRTag

Method outHRTag

html.go:490–496  ·  view source on GitHub ↗
(w io.Writer)

Source from the content-addressed store, hash-verified

488}
489
490func (r *HTMLRenderer) outHRTag(w io.Writer) {
491 if r.Flags&UseXHTML == 0 {
492 r.out(w, hrTag)
493 } else {
494 r.out(w, hrXHTMLTag)
495 }
496}
497
498// RenderNode is a default renderer of a single node of a syntax tree. For
499// block nodes it will be called twice: first time with entering=true, second

Callers 1

RenderNodeMethod · 0.95

Calls 1

outMethod · 0.95

Tested by

no test coverage detected