You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This is a great suggestion. The API should be redesigned and "write_to_file" is a bit clunky approach.
I don't remember the exact benefits anymore.
However, I am a bit busy at the moment and I personally don't need the library at moment, so I can't afford too much time for it. But library is not that big, so maybe redesign could be done over one weekend...
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.The text was updated successfully, but these errors were encountered: