feat(image): optionally add image captions from alt tags
This PR introduces a new option named extractImageCaptions to enable image captions.
Input

Output
(newlines added for PR readability, not included in code)
<p>
<figure>
<img src="/elephant.jpg" alt="An elephant at sunset" />
<figcaption>An elephant at sunset</figcaption>
</figure>
</p>
The inspiration for the output markup was taken from here: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figcaption
Help Request: While the paragraph tags don't really hurt, they would ideally be removed. Any advice?
FYI I'm using this PR on my personal site. Here's an example of a page rendered using this code: https://thomashunter.name/posts/2016-02-03-microsoft-sculpt-ergonomic-keyboard-review
And here's a screenshot (grey text below image):

I will pay $10 via PayPal to get this merged and released via npm.
/cc @tivie
thank you for your contribution.
I've been swamped in work lately, but will use the xmas vacations to look into this.
One important thing though, version 2.0 will have templates, which will enable users to easily and completely change the HTML output.
PR has been updated to include the dist files.
@tivie I'm interested in this feature. Is there an alternative way to get something equivalent now with 2.0? If not, can you get this merged?
@marcelogp - this feature has already been added & is ready to use.
Tho - I don't know why this pull request was never merged from @tlhunter to implement it with his work done already! :disappointed:
Hoping @tivie is willing to close this PR to avoiding causing any future confusion.
ps - @tivie let's clean up some of these issues etc - feel free to get in contact with me etc.