Socket
Book a DemoInstallSign in
Socket

grunt-joli-markdown

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-joli-markdown

Markdown documentation generator based on mixu/markdown-styles

0.1.17
latest
Source
npmnpm
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

Grunt Joli Markdown Built with Grunt

MIT License NPM version NPM downloads

Markdown documentation generator based on mixu/markdown-styles
Github Markdown Cheatsheeet

Install

npm install grunt-joli-markdown

Usage

grunt.config.init({
    joli_markdown:{
        options: {
            input: './docs',
            output: './public/docs',
            layout: 'joli-markdown-light'
        }
    }
};

meta.json

{
    "index": {
        "base": "index.html",
        "title": "Grunt Joli Markdown",
        "sections": [
            {"url": "index.html#install","body": "Install"},
            {"url": "index.html#usage","body": "Usage"},
            {"url": "index.html#toc","body": "TOC"},
            {"url": "index.html#options","body": "Options"},
            {"url": "index.html#screenshot","body": "Screenshot"}
        ],
        "repoUrl": "https://gihub.com",
        "menu": [
            {"url": "pages/hello_world.html","body": "Hello World"}
        ]
    },
    "all": {
        "base": "../index.html",
        "title": "Grunt Joli Markdown",
        "repoUrl": "https://gihub.com",
        "menu": [
            {"url": "pages/hello_world.html","body": "Hello World"},
            {"url": "pages/introduction.html","body": "Intoduction"}
        ]
    }
}

Toc

@see markdown-styles

Options

Required

options.input

.md Files folder
Type: String

options.output

HTML Documentation output folder
Type: String

Optionnal

options.layout

HTML Documentation skin
Type: String
Default value: joli-markdown
Possible values:

  • joli-markdown
  • joli-markdown-light
  • @see markdown-styles

Changelog

  • v0.1.12
    • options.input & options.ouput are relative to grunt task
  • v0.1.8
    • remove markdown-styles global install
    • install sixertoy/markdown-styles
    • add 'all' section in 'meta.jon' overrided by page's section

Screenshot

joli-markdown

joli-markdown

joli-markdown-light

joli-markdown-light

Keywords

grunt

FAQs

Package last updated on 24 Jun 2015

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.