
Security News
CISA Rebuffs Funding Concerns as CVE Foundation Draws Criticism
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
hexo-include-markdown
Advanced tools
Supply Chain Security
Vulnerability
Quality
Maintenance
License
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
This plugin for Hexo can easily load another markdown files in markdown file .
Hexoでmarkdownに外部マークダウンを読み込ませるプラグインを作った
This plugin supports node.js v4.3 or later. Also , I recommend Hexo v3.2 or later.
$ npm install hexo-include-markdown --save
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.
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.
hexo issue 1904 How do I split a post up into several smaller markdown files?
hexo issue 2376 How to make a home page out of multiple markdown files?
hexo issue 2582 Cache not updating on nested includes
MIT
FAQs
Easily load markdown files in Markdown.
We found that hexo-include-markdown demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.
Product
Module Reachability filters out unreachable CVEs so you can focus on vulnerabilities that actually matter to your application.