Closed
Description
Hi, I have a relatively simple set of visualizations that I want to provide annotations for (some images and text), and since I have quite a few sets of annotations I was thinking of doing them in separate Markdown files and importing them into React.
Then I realized:
- I don't know how to reference images in a Markdown file with CRA, since the only way is to import an image but I can't do that with Markdown (can I?)
- I can't seem to import a Markdown file (or text file)
I read in #28 that we could potentially just deploy the static files to a CDN in production, but that seems like overkill for such a simple project.
Am I thinking about this in the correct way?