Sha256: 02709cef6157bcc98af5fb552c6fc140801e76f8ff3d6d8ce4177d0c94be16eb

Contents?: true

Size: 1.62 KB

Versions: 14

Compression:

Stored size: 1.62 KB

Contents

AsciiDoc New Lists
==================

*New in version 8.3.0*

Lists can now be styled like other block elements, this allows the
normal bulleted and labeled list syntax to be used for 'glossary',
'qanda' (Question and Answer) and 'bibliography' lists instead of
having to remember a different syntax for each one. In the same vein
there is only one labeled list syntax, horizontal labeled lists are
rendered by applying the 'horizontal' style. Examples:

---------------------------------------------------------------------
[glossary]
A glossary term::
    The corresponding definition.
A second glossary term::
    The corresponding definition.

[horizontal]
Lorem:: Fusce euismod commodo velit.
Ipsum:: Vivamus fringilla mi eu lacus.
---------------------------------------------------------------------

The list related stuff in the configuration files has been
rationalized with separate 'listtags-\*' sections (c.f. table
'tabletags-*' sections). The old list tags are no longer supported so
you'll need to update your custom configuration file list definitions.

These changes necessitated the following backward incompatibilities:

. You have to explicitly precede horizontal labeled lists with the
  `[horizontal]` style attribute -- if you do nothing the existing
  horizontal labeled lists will be rendered vertically.
. The old 'compact' list style is now implemented as a list option, to
  update replace `[compact]` with `[options="compact"]`. You can now
  apply the 'compact' option globally by setting the `compact-option`
  document attribute.
. You'll need to update any customized configuration file list
  definitions that have been made.

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
FooBarWidget-mizuho-0.9.2 asciidoc/examples/website/newlists.txt
FooBarWidget-mizuho-0.9.3 asciidoc/examples/website/newlists.txt
FooBarWidget-mizuho-0.9.4 asciidoc/examples/website/newlists.txt
FooBarWidget-mizuho-0.9.5 asciidoc/examples/website/newlists.txt
mizuho-0.9.20 asciidoc/examples/website/newlists.txt
mizuho-0.9.19 asciidoc/examples/website/newlists.txt
mizuho-0.9.18 asciidoc/examples/website/newlists.txt
mizuho-0.9.17 asciidoc/examples/website/newlists.txt
mizuho-0.9.15 asciidoc/examples/website/newlists.txt
mizuho-0.9.14 asciidoc/examples/website/newlists.txt
mizuho-0.9.13 asciidoc/examples/website/newlists.txt
mizuho-0.9.12 asciidoc/examples/website/newlists.txt
mizuho-0.9.11 asciidoc/examples/website/newlists.txt
mizuho-0.9.6 asciidoc/examples/website/newlists.txt