Skip to content
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

I can't write Markdown with relative image path #179

Open
chuongmep opened this issue Sep 8, 2023 · 3 comments
Open

I can't write Markdown with relative image path #179

chuongmep opened this issue Sep 8, 2023 · 3 comments

Comments

@chuongmep
Copy link
Contributor

chuongmep commented Sep 8, 2023

The problem is when we write, why we need to add URL ?

Example :

![](https://pic/image.png)

instead :

![](pic/image.png)

https://github.com/specklesystems/speckle-docs/blob/e17b61dbf66a6340f947d65391a6e62ead6eb922/user/revit.md#L21-L20

@teocomi
Copy link
Member

teocomi commented Sep 8, 2023

I'm not sure why is that, but you can also just use the image link generated when uploading images to GitHub issues and other image hosting websites if you'd like; instead of adding images to the repo.

@bimgeek
Copy link
Contributor

bimgeek commented Sep 15, 2023

Hey @chuongmep ,
You should be able to do it. Maybe you are missing a "." or "/" in the beginning?

@chuongmep
Copy link
Contributor Author

@bimgeek I think this is related to another issue, because at first commit, I tested it work well and can show in local of visual studio preview markdown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants