vue-markdown
vue-markdown copied to clipboard
The `rendered` event should return the created parent `div`
Currently, the outHtml is sent as the payload with the rendered event.
I think it would be more helpful if you could also send a reference to the created parent <div> element.
For instance, by doing so, it gets much more easy to use a code highlighter like Prism that get the parent <div> element to parse it.