#
# xhtml-deprecated-css.conf
#
# Legacy AsciiDoc 6 xhtml backend.
# Included in xhtml-deprecated.conf
#
[tags]
# Add title class.
ilist={id?}{title?
{title}
}
olist={id?}{title?{title}
}|
vlist={id?}{title?{title}
}|
hlist={id?}{title?{title}
}
qlist={id?}{title?{title}
}|
colist={id?}{title?{title}
}|
[image-inlinemacro]
# border="0" so broken IE6 does not put border round linked image.
{link#}
[image-blockmacro]
# Paragraph substitution.
[literalparagraph]
Example: {title}
# Admonition paragraphs.
[admonitionparagraph]
# For backward compatibility still accept deprecated imagesdir attribute.
{icons#}
# Delimited block substitution.
[literalblock]
Example: {title}
[listingblock]
Example: {title}
[sidebarblock]
[passthroughblock]
|
[exampleblock]
Example: {title}
|
# Admonition blocks.
[admonitionblock]
# For backward compatibility still accept deprecated imagesdir attribute.
{icons#}
[verseblock]
{id?}{title?{title}
}
|
[table]
# Table captions not used because IE6 is broken.
Table: {title}
# If you want styled table borders in IE use the following table tag:
# 1. Border style specified here rather than in CSS because IE6 is broken.
# 2. bordercolor attribute is IE specific and not valid XHTML 1.0.
#
#
# Use this in preference to be strictly XHTML 1.0 conformant.
{headrows#}
{headrows}
{headrows#}
{footrows#}
{footrows}
{footrows#}
{bodyrows}
[preamble]
# Untitled elements between header and first section title.
[sect0]
{id?}{title}
|
[sect1]
{id?}{numbered?{sectnum} }{title}
|
[sect2]
{id?}{numbered?{sectnum} }{title}
|
[sect3]
{id?}{numbered?{sectnum} }{title}
|
[sect4]
{id?}{title}
|
[footer]