This loader parses markdown files and converts them to a React Stateless Component. It will also parse FrontMatter to import dependencies and render components along with it’s source code. We developed this loader in order to make the process of creating styleguides for React components easier
The markdown markup is returned as
string
with Webpack 2.What's rendered to my DOM is:
My markdown-file is imported using import-statement and is just containing:
What am I doing wrong?