1.0.0 • Published 2 years ago

hexo-include-md v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

hexo-include-md

A Hexo helper function to include markdown files that is located in _source.

This project requires you to use your Hexo render engine as hexo-renderer-markdown-it.

Usage

Install using npm install hexo-include-md --save.

use as a function similar to https://hexo.io/docs/helpers; For example, in ejs, you use <%= include_md('path/to/md/file') %>

License

MIT License.