Closed smalers closed 4 years ago
Addressing the above issue as follows:
![ ](assets/app/img/file.png)
so hopefully that will fix the issue.fa-info-circle:before {
content: "\f05a";
}
Unfortunately I'm not quite sure what this scss file does or can do, and I'd have to do some more research.
Why do I need to indicate image locations relative to assets
. For the Recreation - Trails page I can specify the location relative to the that of the markdown file. We've been trying to avoid putting /assets/app
in any paths and treating app
as the root for absolute paths. Please check.
The new changes have been pushed and merged. Images from the home page, content pages, and the Information tab markdown files can have either absolute paths, or relative paths to where the markdown file resides.
I believe the functionality of this issue has been done, including the fonts in Showdown converted text. Closing the issue.
The content page, especially the home page, need some enhancements.
/app/img
folder and then using path/app/image/abc.png
but the image was not displayed. I tried putting the image in the same file as the markdown and usingabc.png
but that also did not display the image. Ideally both of these options would be available as well as perhaps../img/abc.png
. The image works for layer information page such as Recreation Trails, in which case the image is in the same folder as the markdown. Need to make sure whatever is done does not break that.