MCPcopy 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
14function repeat (character, count) {
15 return Array(count + 1).join(character)
16}
17
18var blockElements = [
19 'address', 'article', 'aside', 'audio', 'blockquote', 'body', 'canvas',

Callers 1

turndown.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected