1.1.0 • Published 8 years ago

grunt-remarkable v1.1.0

Weekly downloads
13
License
AGPL-3.0
Repository
github
Last release
8 years ago

grunt-remarkable

This plugin compiles markdown files into html using remarkable.

Options

This plugin uses the standard remarkable options

Examples

grunt.initConfig({                                                                                                    
    remarkable: {                                                                                                 
        dist: {                                                                                                     
            files: [                                                                                                  
              expand: true,                                                                                          
              src: 'markdown/*.md',                                                                                   
              dest: 'views/',                                                                                         
              ext: '.html'                                                                                            
            ]     
        },                                                                                                    
        options: {                                                                                                      
            linkify: true     
        }
    }
});
1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago