Git Product home page Git Product logo

gulp-asciidoctor's Introduction

gulp-asciidoctor

Usage

Simple
gulp.pipe(asciidoctor({
    header_footer: false,
    attributes: ['showtitle']
    }));
Other argments
gulp.pipe(asciidoctor({
    base_dir:'path or pwd',
    header_footer: false,
    safe:'secured',//
    doctype:'article',////book,inline
    header_footer:true, // true or false
    attributes: ['showtitle']
    }));

install

npm install gulp-asciidoctor --save

Change Log

  • v1.0.8: upgrade asciidoctor.js to version 1.5.5-1 and other deps to latest.

  • v1.0.7: clean dependences(remove gulp and gulp-debug).

  • v1.0.6: bug fixed

  • v1.0.5: fix asciidoctor.js default init bug (Jan/11/2015)

  • v1.0.4: bug fixed (Jan/11/2015)

  • v1.0.3: bug fixed (Jan/8/2015)

    • Initialize asciidoctor.js only once (Thanks Amr Mostafa)

  • v1.0.2: update to asciidoctor 1.5.2

TODO

  • more asciidoctor functions

  • more test case

gulp-asciidoctor's People

Contributors

jeremydotsg avatar dongwq avatar amr avatar azazeln28 avatar

Watchers

Guillaume Grossetie avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.