DavidWells/markdown-magic

Add async content processing

DavidWells opened this issue · 1 comments

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.

I think this would be fantastic! If I have time, I will work on this