Josh-Voyles / affordable

Affordible is a simple financial calculator that helps you determine what you can afford.
GNU General Public License v3.0
0 stars 0 forks source link

Display markdown images both app and github #131

Closed Josh-Voyles closed 2 months ago

Josh-Voyles commented 2 months ago

If images for user guide display in app, they don't display in Github and vice versa.

Josh-Voyles commented 2 months ago

This is an interesting problem. The issue is: when you launch the project via main.py, the file paths are relative to the root directory. So, in the markdown file, 'images/hcp1.png' works because images is in the root directory. However, on Github, it doesn't see the folder structure that way.

Josh-Voyles commented 2 months ago

Resolved in #142