I tried to add an image to the description of a function like this:

The docs-parser complained with this error:
|
expect(tokenToCheck.children).to.equal( |
|
null, |
|
'There should be no nested children in the joinable tokens', |
|
); |
It would be great to not error out if there is an image in the function description.
In the TypeScript comments, we could just leave the original markdown of the image or convert it into just the image URL.
I tried to add an image to the description of a function like this:
The docs-parser complained with this error:
docs-parser/src/markdown-helpers.ts
Lines 710 to 713 in 854a714
It would be great to not error out if there is an image in the function description.
In the TypeScript comments, we could just leave the original markdown of the image or convert it into just the image URL.