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

Function finalizeHTMLBlock

block.go:416–419  ·  view source on GitHub ↗
(block *Node)

Source from the content-addressed store, hash-verified

414}
415
416func finalizeHTMLBlock(block *Node) {
417 block.Literal = block.content
418 block.content = nil
419}
420
421// HTML comment, lax form
422func (p *Markdown) htmlComment(data []byte, doRender bool) int {

Callers 3

htmlMethod · 0.85
htmlCommentMethod · 0.85
htmlHrMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…