Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Rackham S.AsciiDoc user guide Rev7.1.2.2006.pdf
Скачиваний:
19
Добавлен:
23.08.2013
Размер:
298.24 Кб
Скачать

AsciiDoc User Guide

delimiter

A Python regular expression that matches the first line of a list element entry. This expression must contain the named group text which matches text in the first line.

subs

Substitutions that are performed on list item text and terms.

listtag

The name of the tag that envelopes the List.

itemtag

The name of the tag that envelopes the ListItem.

texttag

The name of the tag that envelopes the list item text.

labeltag

The name of the tag that envelopes a variable list label.

entrytag

The name of the tag that envelopes a labeled list entry.

The tag entries map the AsciiDoc list structure to backend markup; see the AsciiDoc distribution .conf configuration files for examples.

Tables

Table behavior and syntax is determined by [tabledef*] configuration file sections. The user can change existing list behavior and add new list types by editing configuration files.

Table specific block definition notes:

fillchar

A single character that fills table ruler and underline lines.

subs

Substitutions performed on table data items.

format

The source row data format (fixed, csv or dsv).

comspec

The table comspec tag definition.

headrow, footrow, bodyrow

Table header, footer and body row tag definitions. headrow and footrow table definition entries default to bodyrow if they are undefined.

headdata, footdata, bodydata

Table header, footer and body data tag definitions. headdata and footdata table definition entries default to bodydata if they are undefined.

64