gobble-markdown-styles

0.2.0 • Public • Published

gobble-markdown-styles

Transform MarkDown files to HTML in your GobbleJS workflow

Installation

I assume you already know the basics of Gobble.

npm i -D gobble-markdown-styles

Usage

In your gobblefile, run the markdown-styles gobble transform, like so:

var gobble = require( 'gobble' );
module.exports = gobble( 'src' ).transform( 'markdown-styles', {
    layout: 'github'
});

That transform will create a .html file for every .md file.

Note that the transform needs a layout option to specify the layout and style to use. The layout can be a string specifying a built-in layout, or a path to a layout directory. See the markdown-styles documentation for details.

License

"THE BEER-WARE LICENSE":
<ivan@sanchezortega.es> wrote this file. As long as you retain this notice you
can do whatever you want with this stuff. If we meet some day, and you think
this stuff is worth it, you can buy me a beer in return.

Package Sidebar

Install

npm i gobble-markdown-styles

Weekly Downloads

2

Version

0.2.0

License

Beerware

Last publish

Collaborators

  • ivansanchez