An open API service indexing awesome lists of open source software.

https://github.com/patrick330602/hexo-include-md

A Hexo function to include md file in `_source`
https://github.com/patrick330602/hexo-include-md

Last synced: 11 months ago
JSON representation

A Hexo function to include md file in `_source`

Awesome Lists containing this project

README

          

# 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 ; For example, in ejs, you use `<%= include_md('path/to/md/file') %>`

## License

MIT License.