fern-api / fern

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

fix: image path parsing from markdown considers MDX children #3843

Closed abvthecity closed 3 months ago

abvthecity commented 3 months ago

Before this PR: image path parser ignores images that are embedded within markdown that's a child of JSX elements.

This PR adds additional test cases that make the parser more robust.

abvthecity commented 3 months ago

Approved 👍