GitbookIO / markup-it

JavaScript library to parse and serialize markup content (Markdown and HTML)
270 stars 49 forks source link

Restrict to a subset of kramdown and get tokens #153

Closed gsouf closed 4 years ago

gsouf commented 4 years ago

Hey, was looking at https://github.com/GitbookIO/kramed that has quite a good documentation. Markup-it documentation is really short in comparison.

I'm looking for something like the "pro level" of kramed that gives me just a list of token.

Also I'd like it just to parse links (ie [something](somewhere)) and inline attributes (ie *red*{: style="color: red"}).

How markup-it should be used to do that?

Thanks

gsouf commented 4 years ago

No activity - closing