inkdown
v1.0.0
Published
A wrapper around [marked](https://marked.js.org/) that allows you to give your markdown custom components. Custom components should be called like:
Downloads
3
Readme
Inkdown
A wrapper around marked that allows you to give your markdown custom components. Custom components should be called like:
some regular markdown text
%%% my-component
:: key = value
# A header in my component
a paragram in my component
%%%