You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: