javiercf / react-markdown-loader

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
145 stars 33 forks source link

compile errors #28

Open answershuto opened 6 years ago

answershuto commented 6 years ago

hello~ When I use something like this in MarkDown, it will compile errors. Because the code block includes '{' and '}'.

function a () {
    return 1
}