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
Once enabled, an asset image will be automatically resolved to its corresponding post’s path. For example, “image.jpg” is located at “/2020/01/02/foo/image.jpg”, meaning it is an asset image of “/2020/01/02/foo/“ post, ![](image.jpg) will be rendered as <img src="/2020/01/02/foo/image.jpg">.
This makes it impossible to preview images in the local markdown editor like vscode.
Many plugins have been created to solve this problem, such as one I wrote: hexo-markdown-image.
Hope to native support relative path referencing of images: ![](foo/image.jpg).
Others
No response
The text was updated successfully, but these errors were encountered:
uiolee
changed the title
Support Markdown image insertion syntax.
relative path referencing of images
Jun 25, 2024
Check List
Feature Request
This makes it impossible to preview images in the local markdown editor like vscode.
Many plugins have been created to solve this problem, such as one I wrote: hexo-markdown-image.
Hope to native support relative path referencing of images:
![](foo/image.jpg)
.Others
No response
The text was updated successfully, but these errors were encountered: