forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
14b2799f08
commit
4add2d1aff
151 changed files with 4561 additions and 3315 deletions
|
|
@ -15,9 +15,9 @@ export default class MarkdownUtils {
|
|||
}
|
||||
|
||||
static list(strings: string[]): string {
|
||||
if(strings.length === 0){
|
||||
if (strings.length === 0) {
|
||||
return ""
|
||||
}
|
||||
return "\n\n"+strings.map((item) => " - " + item).join("\n")+"\n\n"
|
||||
return "\n\n" + strings.map((item) => " - " + item).join("\n") + "\n\n"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue