marky-markdown
marky-markdown copied to clipboard
separate package related functionality into new package
we've been treating marky as a customized version of markdown-it that mimics github parsing as bast as possible.
there's a BUNCH of stuff that marky is doing that is not that. that's not very "one thing well".
i'd like to separate that functionality out into a different module. thoughts?
cc/ @aredridel the thing we were discussing on the readme parser PR yesterday
@ashleygwilliams sounds cool, would we want them all as one module that gets treated as a single markdown-it plugin? Are you talking about the packagize and cdnImages stuff, or more?