------------------------
- A new 'strong' text formatting convention has been implemented:
Word phrases enclosed in pairs of single quote characters (acute
accents) are rendered in a strong font (usually bold).
- Paragraphs can now be followed immediately by Simple lists and
Ordered lists without an intervening blank line.
- A user specified configuration file (`asciidoc(1)` -f option)
overlays the default configuration file rather than replacing it.
Custom configuration files need only contain those sections
that have been customized.
- Comment Block delimiters have been relaxed slightly. They must start
with three forward slashes /// but the remainder can contain any
characters, this allows comments to be embedded in the delimiter line.
- Leading non-digit characters preceding revision number are now
ignored.
- Set default indentsize [option] from 2 to documented default value
of zero in HTML backend html-article.conf and html-manpage.conf
files.
- Fixed error that occurred when taking input from stdin without
explicitly specifying a document type.
- Restored file name and line number error message information.
- Changed deprecated -t option to -d in asciidoc --help and usage
command output.
- CSS styles tweaking.
- Code, configuration file and documentation tidy ups.