🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

docsify-mustache

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docsify-mustache

A Docsify plugin that allow preprocessing markdown documents with Mustache template engine. You can substitute variables in markdown documents using mustache syntax {{variable}} and {{variable.property}}.

Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
27
-40%
Maintainers
1
Weekly downloads
 
Created
Source

docsify-mustache

NPM License: MIT Issues

A Docsify plugin that allow preprocessing markdown documents with Mustache template engine. You can substitute variables in markdown documents using mustache syntax {{variable}} and {{variable.property}}. Variables can be load from various sources, including front matter section of markdown documents, external JSON or XML files and Docsify configuration.

Installation

Add following script tag to your index.html after docsify.

<script src="//unpkg.com/docsify-mustache"></script>

Optionally add docsify-front-matter plugin to access markdown front matter variables.

<script src="//unpkg.com/docsify/lib/plugins/front-matter.min.js"></script>

Documentation

Check the documentation site for more information.

License

This project is licensed under the MIT License. See the LICENSE for details.

Keywords

docsify

FAQs

Package last updated on 23 Jan 2020

Did you know?

Socket

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.

Install

Related posts