-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rendering of markdown files in Viewer #2073
Comments
Hello. On first look, it seems like the problem is that your image tags are referencing relative paths for your images (ex. |
<div></div><div>Thanks 😊 I see that would fix the images; but other structures in the markdown files seem to be incorrectly displaying too:
<br/>
<br/>![Table Incorrect](https://github.com/CenterForOpenScience/ember-osf-web/assets/42982107/636fbd71-568a-4ecc-b0db-a9f03444196c)
<br/>
<br/>![Code Block Incorrect](https://github.com/CenterForOpenScience/ember-osf-web/assets/42982107/9b97392d-9369-4e5d-8d61-8b869a85c6f9)
<br/>
<br/>Correct display on GitHub:
<br/>
<br/>![Table GitHub](https://github.com/CenterForOpenScience/ember-osf-web/assets/42982107/7e771a67-4b08-4db0-9763-197861976a42)
<br/>
<br/>![Code Block GitHub](https://github.com/CenterForOpenScience/ember-osf-web/assets/42982107/3dff0633-0907-4a32-8f76-670d9d14b861)
<br/>
<br/>
<br/>
<br/>--
<br/>Reply to this email directly or view it on GitHub:
<br/>#2073 (comment)
<br/>You are receiving this because you commented.
<br/>
<br/>Message ID: ***@***.***></div>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, apologies if I have this wrong as this is my first time opening an issue!
I have a repository with the OSF where inside we have linked out each of the project modules to separate GitHub repositories with markdown files containing a list of instructions (example).
Unfortunately, when these files are viewed though the OSF website, it renders incorrectly with the images missing.
I understand that as these modules are not directly hosted on the OSF it may be difficult/impossible to render these markdown files correctly. Is there any possibility to get this fixed?
Thank you 😊
The text was updated successfully, but these errors were encountered: