VS Code extension that render markdown more compatible with Hexo.
- Support using
typora-root-urlsetting in front matter as image root path (introduced by Typora). - Support class and attributes with curly brackets, using markdown-it-attrs.
- Support Note tag of Hexo NexT theme.
- Image link navigation: Ctrl+click on images navigates to adjusted paths based on
typora-root-url. - Image hover preview: Hovering over images shows preview with adjusted paths.
- Fix url with follow link (Ctrl + click).
- Fix url with hover preview.
- Fix url when paste image.