First, thanks for writing this loader. I found it through your comment on vue-markdown-loader, and am currently toying with the concept of using markdown as the lang for some of my Vue templates.
I noticed that it outputs a section tag around the content. section tags are sometimes used by assistive technologies to parse the page's outline, so I was hoping to switch the tag to a div for semantic neutrality. I've been looking through the documentation and haven't found a configuration option. Is there one?
And is it possible to add a class to the container?