Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ repeat
Function
repeat
static/word2md/turndown.js:14–16 ·
view source on GitHub ↗
(character, count)
Source
from the content-addressed store, hash-verified
12
}
13
14
function
repeat (character, count) {
15
return
Array(count + 1).join(character)
16
}
17
18
var
blockElements = [
19
'address'
,
'article'
,
'aside'
,
'audio'
,
'blockquote'
,
'body'
,
'canvas'
,
Callers
1
turndown.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected