diff --git a/exampleSite/data/properties/demo.yaml b/exampleSite/data/properties/demo.yaml index c1f8fe9..b220b00 100644 --- a/exampleSite/data/properties/demo.yaml +++ b/exampleSite/data/properties/demo.yaml @@ -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 diff --git a/layouts/shortcodes/propertylist.html b/layouts/shortcodes/propertylist.html index e592f82..eddae6d 100644 --- a/layouts/shortcodes/propertylist.html +++ b/layouts/shortcodes/propertylist.html @@ -26,18 +26,18 @@ {{- end }}