You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
The text was updated successfully, but these errors were encountered:
This code works as expected:
However, this line doesn't seem to get processed as markdown, instead the whole line is written to the html as is:
[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")
The text was updated successfully, but these errors were encountered: