forked from MapComplete/MapComplete
Improve layer docs generation
This commit is contained in:
parent
6e3dd6a8d5
commit
edb5b06f12
2 changed files with 14 additions and 1 deletions
|
@ -13,6 +13,9 @@ export class FixedUiElement extends BaseUIElement {
|
|||
}
|
||||
|
||||
AsMarkdown(): string {
|
||||
if(this.HasClass("code")){
|
||||
return "`"+this.content+"`"
|
||||
}
|
||||
return this.content;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue