MCPcopy Create free account
hub / github.com/marijnh/Eloquent-JavaScript / hardbreak

Function hardbreak

src/render_html.mjs:101–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 },
100
101 hardbreak() { return `<br${close}>` },
102 softbreak() { return " " },
103
104 text(token) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected