1.5.5-4.3 • Published 8 years ago

gulp-asciidoctor v1.5.5-4.3

Weekly downloads
27
License
MIT
Repository
github
Last release
8 years ago

== gulp-asciidoctor

=== Usage

.Simple

source,javascript

gulp.pipe(asciidoctor({ header_footer: false, attributes: 'showtitle'

}));

.Other argments

source,javascript

gulp.pipe(asciidoctor({ header_footer: false, safe: 'secure', // unsafe, safe, server or secure doctype: 'article', // book, inline header_footer: true, // true or false attributes: 'showtitle'

}));

=== install


npm install gulp-asciidoctor --save

=== Change Log

  • v1.5.5-4: upgrade asciidoctor.js to version 1.5.5-4 and use version consistent with asciidoctor.js.
  • 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)
  • v1.0.2: update to asciidoctor 1.5.2

=== TODO

  • more asciidoctor functions
  • more test case
1.5.5-4.3

8 years ago

1.5.5-4-1

8 years ago

1.5.5-4

9 years ago

1.0.8

9 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago