feat: render popertylist description as markdown (#426)

This commit is contained in:
Robert Kaussow 2022-05-30 21:40:09 +02:00 committed by GitHub
parent b61b375308
commit 33ea5c37a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 6 deletions

View file

@ -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