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

Images referenced with ![](file.jpg) does not render correctly #25

Open
bcardiff opened this issue Mar 6, 2025 · 0 comments
Open

Images referenced with ![](file.jpg) does not render correctly #25

bcardiff opened this issue Mar 6, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@bcardiff
Copy link

bcardiff commented Mar 6, 2025

When the image is referenced as ![](file.jpg) they are rendered as:

<a href="http://localhost:3000/docs/default/component/local/attachments/file.jpg">None</a>

instead of

<img src="http://localhost:3000/api/techdocs/attachments/file.jpg" alt="./attachments/file.jpg">

as they do when ![[file.jpg]] is used.

In obsidian they both look the same, but with this plugin only the later works.


Thanks for this plugin!

@GooRoo GooRoo added the bug Something isn't working label Mar 10, 2025
@GooRoo GooRoo self-assigned this Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants