1.5.5-4.3 • Published 7 years ago

gulp-asciidoctor v1.5.5-4.3

Weekly downloads
27
License
MIT
Repository
github
Last release
7 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

7 years ago

1.5.5-4-1

7 years ago

1.5.5-4

7 years ago

1.0.8

8 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago