DavidWells / markdown-magic

💫  Automatically format markdown files via comment blocks using source code, external data & custom transforms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add async content processing

DavidWells opened this issue · 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