Open nateKlaux opened 13 hours ago
In local development, nested property descriptions fail to render Markdown/HTML formatting. Instead, they display the raw text, e.g.:
[link title](link-url)
Notes:
"version": "0.45.0-rc52"
customAddress: type: [object, 'null'] description: > Description goes here. properties: addressName: type: string description: Description goes here. description: type: string description: Description goes here. categoryName: type: string description: > **This property was deprecated in October 2024.**<br><br>The entity category given to the custom address when it was registered. deprecated: true
Describe the Bug
In local development, nested property descriptions fail to render Markdown/HTML formatting. Instead, they display the raw text, e.g.:
[link title](link-url)
Notes:
Information to Reproduce
CLI Version
"version": "0.45.0-rc52"
Actual Behavior
Expected Behavior
API Definition (if relevant)