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
Thanks to @nickysinclair for bringing this to my attention:
In VSCode, but not Atom, the following Litvis document will not preview the image when stored locally. Examples here use triple-hat notation, but also applies to full code blocks:
The fact it is VSCode specific, and only to local files suggests it might be related to the cause of #49 although I don't know why it only applies to markdown output.
The text was updated successfully, but these errors were encountered:
Thanks to @nickysinclair for bringing this to my attention:
In VSCode, but not Atom, the following Litvis document will not preview the image when stored locally. Examples here use triple-hat notation, but also applies to full code blocks:
If output is changed to
raw
rather thanmarkdown
, there is no problem:If the image is referenced via a URL to an external CORS-compliant sever, there is no problem:
The fact it is VSCode specific, and only to local files suggests it might be related to the cause of #49 although I don't know why it only applies to markdown output.
The text was updated successfully, but these errors were encountered: