Open dkuku opened 3 years ago
It's also possible to point out which is the statics folder in the configuration.
# Name of the folder inside `root_path:`, that contains static assets,
# those files won't be parsed.
ok thanks. I just watched the beginning of the video and you had the images folder in separate disectery than the markdown files
I'm going to create an example for this use case, so keeping it open.
Cool project. What I'm currently doing in my project is to keep the static images folder inside the markdown folder and adding another Plug.Static in endpoint.exs for the images - this way I'ts compatible with external markdown editors and with phoenix because the file path is the same.