--------------------------
***************************************************
This is a major release with many code and
documentation changes.
Please report any problems you encounter.
mailto:srackhamgmail.com['Stuart Rackham']
***************************************************
.Additions and changes
- A new 'xhtml11' backend generates XHTML 1.1 with integrated CSS2
replacing the previous 'xhtml', 'css', and 'css-embedded' backends.
- The CSS stylesheets have finally been rewritten.
- The asciidoc(1) command help now includes user
link:userguide.htmlX36[customizable help] topics. When asciidoc is
invoked with the `--help` option the command argument is
interpreted as a help topic.
- The previous example website has been replaced by the actual
AsciiDoc website (see `./examples/website/`.
- XHTML generation options now controlled by the following attributes:
'badges', 'linkcss', 'icons', 'numbered', 'quirks', 'theme',
'stylesdir', 'imagesdir' (see the link:userguide.htmlX33[User
Guide] for details.
- By default HTML and XHTML are output as stand-alone documents (no
embedded CSS and no linked admonition icon images).
- Documents encoded with the UTF-8 Unicode character set are now
processed thanks to a patch supplied by
mailto:viktorrbg.informatik.tu-darmstadt.de[Viktor Vasilev].
- The `-a ^name` command-line syntax to undefine an attribute has been
deprecated in favor of the `-a name!` syntax.
- AttributeEntry syntax addition: `:name!:` to undefine `name` attribute.
- Added `template` system block macro to allow the inclusion of one
configuration file template section within another.
- A 'verse' style attribute can now be applied to literal paragraphs
and blocks to reproduce line breaks and white space from the source
document.
- Replacements and Special Words can now be escaped with leading
backslashes.
- Replacements are now processed in configuration file order (previous
ordering was indeterminate).
- System macros can now be used in the base `asciidoc.conf`
configuration file.
- Deprecated features that emitted warnings in prior versions are no
longer tolerated.
- The `eval` system attribute expression evaluates to `False` the
attribute is undefined, if it evaluates to `True` the result is an
empty string.
- The Paragraph and DelimitedBlock 'presubs' parameter can be aliased
as 'subs'.
- Added 'verbatim' substitutions option.
- Renamed 'List Continuation Block' to 'List Block' and renamed the
'listcontinuation' option to 'list'.
- Deprecated 'default' substitutions option (use 'normal' instead).
- The 'section-numbers' section numbering attribute has be renamed
'numbered'.
- Dropped the '\UNDER CONSTRUCTION' block macro.
- Rewrote Paragraph and DelimitedBlock handlers adding a
link:userguide.htmlX23[styles] configuration entry.
.Bug fixes
- Included files are no longer read inside conditionally excluded
content.
- Manpage command names containing dashes (in the manpage NAME
section) were misinterpreted as the spaced dash command name/purpose
separator. Bug report and patch supplied by
mailto:daviddgreaves.com[David Greaves].
- Unexpected error following malformed author line error.