>
[xref2-inlinemacro]
{2=[{1}]}
# Special word substitution.
[emphasizedwords]
{words}
[monospacedwords]
{words}
[strongwords]
{words}
# Paragraph substitution.
[paragraph]
{id?}{title?{title}
}
|
[admonitionparagraph]
template::[admonitionblock]
# Delimited blocks.
[passthroughblock]
|
[listingblock]
{title}
[literalblock]
{title}
|
[sidebarblock]
[openblock]
[partintroblock]
template::[openblock]
[abstractblock]
template::[quoteblock]
[quoteblock]
{title}
|
{citetitle}{attribution?
}
— {attribution}
[verseblock]
{title}
# Font inheritance broken in IE6.
|
{citetitle}{attribution?
}
— {attribution}
[exampleblock]
{caption={example-caption} {counter:example-number}. }{title}
[admonitionblock]
{data-uri%}{icons#}
{data-uri#}{icons#}
{icons%}{caption}
|
{title}
|
|
[mathblock]
# Here to suppress missing block warning (html4 does not include math
# JavaScripts).
{title}
|
# Tables.
[tabletags-default]
bodyrow=|
headdata=| |
footdata=| |
bodydata=| |
paragraph=|
[tabletags-header]
paragraph=|
[tabletags-emphasis]
paragraph=|
[tabletags-strong]
paragraph=|
[tabletags-monospaced]
paragraph=|
[tabletags-verse]
bodydata=| |
paragraph=
[tabletags-literal]
bodydata=|
|
paragraph=
[tabletags-asciidoc]
bodydata=| |
paragraph=
[table]
{headrows#}
{headrows}
{headrows#}
{footrows#}
{footrows}
{footrows#}
{bodyrows}
{caption={table-caption} {counter:table-number}. }{title}
#--------------------------------------------------------------------
# Deprecated old table definitions.
#
[miscellaneous]
# Screen width in pixels.
pagewidth=800
pageunits=
[old_tabledef-default]
template=old_table
bodyrow=|
headdata=| |
footdata=| |
bodydata=| |
[old_table]
{caption={table-caption}}{title}
{headrows#}
{headrows}
{headrows#}
{footrows#}
{footrows}
{footrows#}
{bodyrows}
# End of deprecated old table definitions.
#--------------------------------------------------------------------
[floatingtitle]
{id?}{title}
[preamble]
# Untitled elements between header and first section title.
|
[sect0]
{doctype-manpage%}{hr}
{id?}{title}
|
[sect1]
{doctype-manpage%}{hr}
{id?}{numbered?{sectnum} }{title}
|
[sect2]
{id?}{numbered?{sectnum} }{title}
|
[sect3]
{id?}{numbered?{sectnum} }{title}
|
[sect4]
{id?}{title}
|
[appendix]
{hr}
{id?}{numbered?{sectnum} }{appendix-caption} {counter:appendix-number:A}: {title}
|
[footer]
# Removing footer date and version if footer-style set to none
ifeval::["{footer-style=default}"!="none"]
template::[footer-text]
endif::[]
[header-declarations]
{title}
{title%}{doctitle=}
{docinfo1,docinfo2#}{include:{docdir}/docinfo.html}
{docinfo,docinfo2#}{include:{docdir}/{docname}-docinfo.html}
template::[docinfo]
[footer-date]
# Default footer date is document modification time
ifeval::["{footer-style=default}"!="revdate"]
{docdate} {doctime}
endif::[]
# If set to "revdate", it'll be set to the revision date
ifeval::["{footer-style=default}"=="revdate"]
{revdate}
endif::[]
#--------------------------------
# article and book document types
#--------------------------------
ifndef::doctype-manpage[]
[header]
template::[header-declarations]
{notitle%}{doctitle}
{doctitle#}
{doctitle#}{author}
{doctitle#}<{email}>
{doctitle#}version {revnumber}{revdate?,}
{doctitle#}{revdate}
{doctitle#}
{revremark}
{doctitle#}
endif::doctype-manpage[]
#-------------------------
# manpage document type
#-------------------------
ifdef::doctype-manpage[]
[tags]
# This is more inline with man page convention.
emphasis=|
vlistterm=|
[header]
template::[header-declarations]
{hr}
{doctitle} Manual Page
{hr}
[name]
{manname-title}
{manname} -
{manpurpose}
[synopsis]
template::[sect1]
endif::doctype-manpage[]