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

Function softbreak

src/render_latex.mjs:92–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90
91 hardbreak() { return "\\break\n" },
92 softbreak() { return " " },
93
94 text(token) {
95 let {content} = token

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected