hexo-assets
v0.0.1
Published
fix all hexo markdown related assets automatically
Downloads
2
Readme
hexo-assets
fix all hexo markdown related assets automatically
Usege
npm install hexo-assets --save
Example
Make sure post_asset_folder: true
in your _config.yml
.
Just use as simple markdown:
directory tree
markdown-post
├── archive.zip
└── image.png
markdown-post.md
in your post
# Test Assets
[archive](markdown-post/archive.zip)
![image](markdown-post/image.png)