feat: render popertylist description as markdown (#426)
This commit is contained in:
parent
b61b375308
commit
33ea5c37a9
3 changed files with 26 additions and 6 deletions
|
@ -15,3 +15,15 @@ properties:
|
|||
en:
|
||||
- tag1
|
||||
- tag2
|
||||
|
||||
prop3:
|
||||
type: bool
|
||||
defaultValue: false
|
||||
description: |
|
||||
A `bool` property with a complex multiline description and embedded Markdown:
|
||||
|
||||
- List item 1
|
||||
- List item 2
|
||||
|
||||
More description how to use this property.
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue