For html files, I can see that Makefile will take params.json and replace {{ base_path }} with the parameter, like "{{ base_path }}/css/style.css".
However, the same doesn't seem to be possible with the markdown files.
This means that I can see my images fine locally, but there doesn't seem to be a way to have markdown images be converted into the correct path in the html since makefile.py does not check and add the params.json base_path.
Is there a workaround, or am I doing something wrong perhaps?
For html files, I can see that Makefile will take params.json and replace {{ base_path }} with the parameter, like "{{ base_path }}/css/style.css".
However, the same doesn't seem to be possible with the markdown files.
This means that I can see my images fine locally, but there doesn't seem to be a way to have markdown images be converted into the correct path in the html since makefile.py does not check and add the params.json base_path.
Is there a workaround, or am I doing something wrong perhaps?