termd icon indicating copy to clipboard operation
termd copied to clipboard

[Feature Request] Ability to use with your own code instead of just a command line tool

Open ahsan-a opened this issue 4 years ago • 1 comments

It would be really useful if you could use it as a function where you pass in your markdown content as a string in a function from within your code, instead of using it from the command line. Many things now use markdown, and the ability to integrate this package into a node project would be very useful.

ahsan-a avatar Jun 04 '21 18:06 ahsan-a

I will export the renderMarkdown function for use as a library so that it can be imported and not use only as a cli

ephraimduncan avatar Jul 17 '21 10:07 ephraimduncan