fern-api / fern

Input OpenAPI. Output SDKs and Docs.
https://buildwithfern.com
Apache License 2.0
2.69k stars 151 forks source link

[Bug] Markdown/HTML doesn't render in nested properties #5243

Open nateKlaux opened 13 hours ago

nateKlaux commented 13 hours ago

Describe the Bug

In local development, nested property descriptions fail to render Markdown/HTML formatting. Instead, they display the raw text, e.g.:

Notes:

Information to Reproduce

CLI Version

"version": "0.45.0-rc52"

Actual Behavior

bug

Expected Behavior

expected

API Definition (if relevant)

                    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