Skip to content

[Example]: Extended HTML renderer #275

@Horki

Description

@Horki

How to properly extended existing HTML renderer, with eg.: striketrough feature, I want to ~~~sample~~~ , to render into sample

HtmlRenderer.prototype.attribute = `~~~`; // I don't how to map new attribute with del fn,
HtmlRenderer.prototype.del = (text) => `<del>${text}</del>`;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions