You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>`;
The text was updated successfully, but these errors were encountered:
How to properly extended existing HTML renderer, with eg.:
striketrough
feature, I want to ~~~sample~~~ , to render intosampleThe text was updated successfully, but these errors were encountered: