github asciidoctor/asciidoctor-pdf v1.5.0.alpha.10
v1.5.0 Alpha 10

pre-release8 years ago

This was a fairly minor release. We released it primarily to align with AsciidoctorJ so it can be part of the AsciidoctorJ 1.5.3 release.

Highlights

You can now customize the admonition icons (name, stroke color and size) in your theme file:

admonition:
  icon:
    caution:
      name: fa-fire
      stroke_color: ff0000
      size: 24

Distribution

Changelog

  • admonition icon can be customized by theme (#121) (@jessedoyle)
  • update to prawn-icon 1.0.0 (#335) (@jessedoyle)
  • only generate the pdfmarks file if the pdfmarks attribute is set
  • honor table alignment (via align attribute or role) (#299)
  • use map for ViewerPreferences; set initial magnification (#303)
  • handle case when colpcwidth is unspecified (#314)
  • show title for lists (olist, ulist, dlist) (#316)
  • don't attempt to add running content if document has no content pages
  • correctly calculate toc page range (#322)
  • don't insert blank page after back cover (#328)
  • document key in theme to set sidebar padding (#344)
  • handle case when CodeRay passes nil text to text_token

Credits

Thanks to @jessedoyle for allowing the admonition icons to be customized and for his great work on prawn-icon. Thanks to @mraible and @rlopez133 for providing valuable QA feedback and to @anandchida for contributing to the documentation. Finally, thanks to everyone who reported issues that were fixed in this release.

Don't miss a new asciidoctor-pdf release

NewReleases is sending notifications on new releases.