Are there any JS client libraries or helper functions available for generation of the json objects that are needed to be created to inject into the array supplied to the json2md function?
I'm looking to create some helper functions like
getHeader(level, text)
getParagraph(text)
getCodeBlock(code, language, content)
I'd imagine some of these types of functions were already implemented elsewhere by the projects that consume this library.
Are there patterns for these helper type functions being established somewhere or tracked alongside this repo?
Are there any JS client libraries or helper functions available for generation of the json objects that are needed to be created to inject into the array supplied to the
json2mdfunction?I'm looking to create some helper functions like
getHeader(level, text)getParagraph(text)getCodeBlock(code, language, content)I'd imagine some of these types of functions were already implemented elsewhere by the projects that consume this library.
Are there patterns for these helper type functions being established somewhere or tracked alongside this repo?