storybookjs / marksy

📑 A markdown to custom VDOM components library
MIT License
354 stars 47 forks source link

Switch to Markdown-it? #32

Open motleydev opened 7 years ago

motleydev commented 7 years ago

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 allow a BYO-renderer api?

christianalfoni commented 7 years ago

@motleydev That would be great :) I am in lack of time these days, but would love to get contributions on this. Basically two things:

  1. Update markdown renderer
  2. Find a JSX transpiler only... babel-standalone has a bunch of stuff in it that is not needed

I will get back to the project as soon as I get my head over water :)

bryandowning commented 6 years ago

Looks like marked is getting more attention: https://github.com/markedjs/marked/issues/1106

However, supporting JSX syntax is likely not a priority: https://github.com/markedjs/marked/issues/1194#issuecomment-378028404