Skip to content

Make it possible to embed images #186

@nikwen

Description

@nikwen

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

![Alt](../images/image.png)

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions