marksy icon indicating copy to clipboard operation
marksy copied to clipboard

📑 A markdown to custom VDOM components library

Results 22 marksy issues
Sort by recently updated
recently updated
newest added

It seems like marked as a renderer is dying/being-abandoned. As best as I can tell markdown-it is the most similar replacement. Maybe it's time to implement a new renderer or...

enhancement

If I have markdown that looks like this: ``` text1, val1 text2, val2 ``` and a compiler that looks like this: ``` const compile = marksy({ createElement: createElement, components: {...

question