Add async content processing
DavidWells opened this issue · 1 comments
DavidWells commented
Currently, all tranforms
are synchronous.
https://github.com/DavidWells/markdown-magic/blob/master/lib/processFile.js#L79-L84
I'm investigating ways to make transform work in a seamless async way.
Robbie-Cook commented
I think this would be fantastic! If I have time, I will work on this