forked from MapComplete/MapComplete
Chore: regenerate docs
This commit is contained in:
parent
cbadd1e063
commit
3b7cc37b53
292 changed files with 34355 additions and 24710 deletions
|
|
@ -15,6 +15,9 @@ export default class MarkdownUtils {
|
|||
}
|
||||
|
||||
static list(strings: string[]): string {
|
||||
return strings.map((item) => " - " + item).join("\n")
|
||||
if(strings.length === 0){
|
||||
return ""
|
||||
}
|
||||
return "\n\n"+strings.map((item) => " - " + item).join("\n")+"\n\n"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue