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

Image alts fail to render if the string contains spaces #67

Open
MasonRemaley opened this issue Oct 7, 2024 · 0 comments
Open

Image alts fail to render if the string contains spaces #67

MasonRemaley opened this issue Oct 7, 2024 · 0 comments

Comments

@MasonRemaley
Copy link
Contributor

MasonRemaley commented Oct 7, 2024

This code works as expected:

[]($image.asset("foo.png").alt("foo"))

However, this line doesn't seem to get processed as markdown, instead the whole line is written to the html as is:

[]($image.asset("foo.png").alt("foo bar"))

[EDIT] Workaround: use standard markdown syntax, / is site asset, otherwise is page asset. Can't access build assets this way. ![Caption](cat.jpg "alt text")

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

1 participant