------------------------
***************************************************
This release has had some fairly major code and
documentation changes. Please report any problems
you encounter.
mailto:srackhamgmail.com['Stuart Rackham']
***************************************************
- AsciiDoc can now produce a full-blown multi-part DocBook book
including dedication, abstract, preface, colophon, glossary,
appendix, bibliography and book part elements using the new
`specialsections` configuration file section.
- All Section element children (Paragraph, DelimitedBlock, List,
Table, BlockMacro) can now be titled using the BlockTitle element.
A BlockTitle element is a single line containing a title and
beginning with a period.
- The `index` and `backmatter` macros have been dropped, superseded by
`specialsections`.
- The AsciiDoc 'Preface' element has been renamed 'Preamble' (to avoid
confusion with the DocBook book preface element).
- Out of sequence titles are now tolerated with a warning. This allows
book document level 0 sections to be processed.
- An 'anchor' inline macro has been added for document link target
creation.
- 'Note', 'Tip', 'Important' and 'Warning' paragraph types have been
added to support the corresponding DocBook elements.
- Title substitution is now performed in SidebarBlock titles.
- DocBook graphics now output as `figure` and `informalfigure`
elements rather than `mediaobjects`. This ensures numbered figures
and a lists of figures are produced by the DocBook toolchain.
- You can now escape block argument lines by appending a backslash.
Alternatively, if you embed arguments in the delimiter line AsciiDoc
does not check for an arguments line.
- The default DocBook backend file extension has been changed from
`.docbook` to `.xml` (`.sgml` for the 'docbook-sgml' backend).
- Warnings are output by default (previously they only printed when
verbose option enabled).
- A Question and Answer variable list definition has been added to the
shipped configuration files, primarily to create DocBook `qanda`
DocBook elements.
- Fixed broken code-filter `-b linuxdoc` option. The asciidoc.asc User
Guide can now be processed by linuxdoc(1) (although tables are
dropped because LinuxDoc does not implement tables).
.Compatibility issues:
1. Table titles are no longer in the arguments line, use the new
BlockTitles.
2. Graphic titles are no longer in the 'graphic' block macro caption,
use the new BlockTitles.
3. The code-filter title must be placed in a preceding BlockTitle.
4. SidebarBlock titles must be placed in a preceding BlockTitle.
5. The DelimitedBlock option 'sidebar' has been renamed to 'section'.
6. The default DocBook backend file extension has been changed from
`.docbook` to `.xml` (`.sgml` for the 'docbook-sgml' backend).