Skip to content

Allow use of base 64 encoded images with reference style in markdown #427

Closed
@kierandg

Description

@kierandg

Is this a bug report?

No, it is a feature request.

Have you read the Contributing Guidelines?

Yes

Request description

Markdown should accept images in base64 for small image. It's useful when we don't want to upload the image to anywhere in the server.

![Image alt text][image-id]

[image-id]:
data:image/png;base64,iVBORw....5CYII=

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureThis is not a bug or issue with Docusausus, per se. It is a feature request for the future.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions