github asciidoctor/asciidoctor v0.1.2

latest releases: v2.0.22, v2.0.21, v2.0.20...
10 years ago

Overview

This is a stable release of Asciidoctor. The main focus of this release is the addition of a default CSS stylesheet for the HTML output and proper mobile headers for viewing the HTML on a mobile device. The include directive can now be used to insert line ranges and/or tagged regions from include files.

This release is 28% faster than 0.1.1 and 32% faster than 0.1.0.

Enhancements

  • new website at http://asciidoctor.org
  • added a default stylesheet (#76)
  • added viewport meta tag for mobile browsers (#238)
  • set attributes based on safe mode (#244)
  • added admonition name as style class (#265)
  • removed hardcoded CSS, no one likes hardcoded CSS (#165)
  • support multiple authors in document header (#223)
  • include footnotes block in embedded document (#206)
  • allow comma delimiter in include attribute values (#226)
  • support including tagged lines (#226)
  • added line selection to include directive (#226)
  • Asciidoctor#render APIs return Document when document is written to file

Compliance

  • added AsciiDoc compatibility file to make AsciiDoc behave like Asciidoctor (#257)
  • restore alpha-based xml entities (#211)
  • implement video and audio block macros (#155)
  • implement toc block macro (#269)
  • correctly handle multi-part books (#222)
  • complete masquerade functionality for blocks & paragraphs (#187)
  • support explicit subs on blocks (#220)
  • use code element instead of tt (#260)
  • honor toc2 attribute (#221)
  • implement leveloffset feature (#212)
  • include docinfo files in header when safe mode < SERVER (#116)
  • support email links and mailto inline macros (#213)
  • question must be wrapped in simpara (#231)
  • allow round bracket in link (#218)

Bug Fixes

  • trailing comma shouldn't be included in link (#280)
  • warn if file in include directive doesn't exist (#262)
  • negative case for inline ifndef should only affect current line (#241)
  • don't compact nested documents (#217)
  • nest revision info inside revision element (#236)

Distributions

Additional Info

Other Logs: release blog - issue resolved - full diff
Released On: 2013-04-25
Released By: @mojavelinux

Don't miss a new asciidoctor release

NewReleases is sending notifications on new releases.