Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/marijnh/Eloquent-JavaScript
/ softbreak
Function
softbreak
src/render_html.mjs:102–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
100
101
hardbreak() {
return
`<br${close}>` },
102
softbreak() {
return
" "
},
103
104
text(token) {
105
let
{content} = token
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected