netguru / create-react-app

Create React apps with no build configuration.
MIT License
14 stars 6 forks source link

Load markdown files as raw string #29

Closed damianstasik closed 6 years ago

damianstasik commented 6 years ago

This PR adds ability to import markdown files as raw strings instead of just giving the path to the file.

Edit: This is a major change, because it can break projects that use markdown files and depend on the behavior before this PR.

papermana commented 6 years ago

Done as PR #34.