forked from MapComplete/MapComplete
TagRenderingConfig: fix 'leftovers' of multi-answer freeform, generateDocs now generates Markdown instead of a BaseUIElement, add 'postfixDistinguished'-option for 'charge'-key
This commit is contained in:
parent
53ef1b947d
commit
3a69157d10
4 changed files with 138 additions and 92 deletions
|
|
@ -16,4 +16,7 @@ export default class MarkdownUtils {
|
|||
return result
|
||||
}
|
||||
|
||||
static list(strings: string[]): string {
|
||||
return strings.map(item => " - "+item).join("\n")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue