v1.3.0
This minor release adds a bunch of new features, all thanks to @nsrosenqvist.
Correct source path
If root is set to something other than the current working directory, posthtml will error out due to the file not being found. Making sure to prepend the correct root to the dependency message fixes this. c2765fb
Enable loading plugins from .posthtmlrc
Enables loading plugins if they are defined as strings and enables .posthtmlrc configuration. cd8bb5d
Support for the markdown-it inline rendering feature
Adds a new supported attribute to the tag. Found that I needed this when I included text blocks in my templates. 4a64e3c