-
Notifications
You must be signed in to change notification settings - Fork 95
Description
I try to use create_report to build a report and display it on the GitHub. But I find the rendered figures is under the absolute paths. So If I want to display a markdown document on the GitHub. It cannot display the unlinked figure.
Temporally, after using create_report, I manually the figure paths in the markdown document. So is there any suggestion I fix this in the create_report. I guess here::here is used in create_report.
I will add a reproducible example.
Here is the reproducible code.
In the markdown document, the figure path is absolute.
JiaxiangBU/test-DataExplorer@91f9f1c#diff-4093ad3d0ac407c51df5ad563a5ad529R22
<!-- -->After I change them into the relative way.
<!-- -->
The rendered markdown document works, here is the address https://github.com/JiaxiangBU/test-DataExplorer/blob/master/output/df.md