Hi, thanks for the nice library. I'm using it to generate some md docs and then using reveal.js to host a mini-web of slides.
I'm wondering if it would be nicer if make the lib more functional by touching function names a bit, to rename some of the functions from addXXX(write_to_fle = false) to get_xxx() and return the markdown raw string instead.
Hi, thanks for the nice library. I'm using it to generate some md docs and then using reveal.js to host a mini-web of slides.
I'm wondering if it would be nicer if make the lib more functional by touching function names a bit, to rename some of the functions from
addXXX(write_to_fle = false)toget_xxx()and return the markdown raw string instead.