For example  will produce <img src="route/someimage.jpg"></img>, but what if I want for example to change src to data-src like this
<img data-src="route/someimage.jpg"></img>?
I could use regex and the onPageContentRaw hook, but is there a better way? Is there a template system but for markdown output?