hexo-include-markdown-glwhappen

1.0.0 • Public • Published

hexo-include-markdown

This plugin for Hexo can easily load another markdown files in markdown file .

bug修复

修改了一个添加插件以后,在任意位置执行命令报错的bug

Document

Hexoでmarkdownに外部マークダウンを読み込ませるプラグインを作った

Requirements

This plugin supports node.js v4.3 or later. Also , I recommend Hexo v3.2 or later.

Installation

$ npm install hexo-include-markdown --save

Usage

Please add <!-- md your-markdown-path.md --> in markdown file.

For example, edit the source/_posts/hello-world.md as follows.

---
title: Hello World
---

## include sample

Please load another markdown file with the following code.

<!-- md template.md -->

Next, please create a new markdown for the template. For example, create source/_ template/template.md as follows.

### include me ?

Here is the `template.md`'s content . This content is read from an external markdown file.

option

Please set the following options. Please edit _config.yml.

include_markdown:
  dir: source/_template   # Base directory of template markdown
  verbose : true          # If you want to check the path of markdown that use <!-- md --> tag , please set the true.

Referenced issue

License

MIT

Package Sidebar

Install

npm i hexo-include-markdown-glwhappen

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

13.2 kB

Total Files

7

Last publish

Collaborators

  • glwhappen