# # xhtml11.conf # # Asciidoc configuration file. # xhtml11 backend, generates XHTML 1.1 conformant markup. # [miscellaneous] outfilesuffix=.html # Screen width in pixels. pagewidth=800 pageunits= [attributes] basebackend=html basebackend-html= [replacements] # Line break. (?m)^(.*)\s\+$=\1
# Superscripts. \^(.+?)\^=\1 # Subscripts. ~(.+?)~=\1 # Escape ASCIIMathML delimiters. ifdef::asciimath[] \$=\$ `=\` endif::asciimath[] [ruler-blockmacro]
[image-inlinemacro] {1={target}} {link#} [image-blockmacro]
{1={target}} {link#}
{caption=Figure: }{title}
[indexterm-inlinemacro] # Inline index term. {empty} [indexterm2-inlinemacro] # Inline index term. # Single entry index term that is visible in the primary text flow. {1} [footnote-inlinemacro] # Inline footnote.
[{0}]
[callout-inlinemacro] # Inline callout. ({index}) [tags] # Bulleted, numbered and labeled list tags. ilist={id?}{title?
{title}
} ilistitem=
  • |
  • ilisttext=

    |

    olist={id?}{title?
    {title}
    }
      |
    olist2={id?}
      |
    olistitem=
  • |
  • olisttext=

    |

    vlist={id?}{title?
    {title}
    }
    |
    vlistentry=| vlistterm=
    |
    vlistitem=
    |
    vlisttext=

    |

    # Horizontal labeled list. hlist=
    {id?}{title?
    {title}
    }{1?}{2?}|
    hlistentry=| hlistterm=| hlistitem=| hlisttext=| # Question and Answer list. qlist={id?}{title?
    {title}
    }
      |
    qlistentry=
  • |
  • qlistterm=

    |

    qlistitem=| qlisttext=

    |

    # Callout list. colist={id?}{title?
    {title}
    }
      |
    colistitem=
  • |
  • colisttext=

    |

    # Quoted text. emphasis=| strong=| monospaced=| quoted={0?}{amp}#8220;|{amp}#8221;{0?} unquoted={0?}|{0?} # $$ inline passthrough. $$passthrough=| # Inline macros [http-inlinemacro] {0={name}:{target}} [https-inlinemacro] {0={name}:{target}} [ftp-inlinemacro] {0={name}:{target}} [file-inlinemacro] {0={name}:{target}} [mailto-inlinemacro] {0={target}} [link-inlinemacro] {0={target}} # anchor:id[text] [anchor-inlinemacro] # [[id,text]] [anchor2-inlinemacro] # [[[id]]] [anchor3-inlinemacro] [{1}] # xref:id[text] [xref-inlinemacro] {0=[{target}]} # <> [xref2-inlinemacro] {2=[{1}]} # Special word substitution. [emphasizedwords] {words} [monospacedwords] {words} [strongwords] {words} # Paragraph substitution. [paragraph]
    {title}

    {id?} |

    [literalparagraph] # The literal block employs the same markup. template::[literalblock] [verseparagraph] # The verse block employs the same markup. template::[verseblock] [admonitionparagraph] # The admonition block employs the same markup. template::[admonitionblock] # Delimited blocks. [passthroughblock] | [listingblock]
    {caption=Example: }{title}
    
    |
    
    [literalblock]
    {title}
    {style#}
    
    {style%}
    
    |
    
    [verseblock]
    {title}
    |
    [sidebarblock]
    {title}
    |
    [quoteblock]
    {title}
    |
    {citetitle}
    — {attribution}
    [exampleblock]
    {caption=Example: }{title}
    |
    [admonitionblock]
    {icons#}{caption} {icons%}
    {caption}
    {title}
    |
    # Bibliography list. # Same as numbered list. [listdef-bibliography] listtag=olist itemtag=olistitem texttag=olisttext # Glossary list. # Same as labeled list. [listdef-glossary] listtag=vlist itemtag=vlistitem texttag=vlisttext entrytag=vlistentry labeltag=vlistterm # Tables. [tabledef-default] template=table colspec= bodyrow=| headdata=| footdata=| bodydata=| [table]
    {colspecs} {headrows#} {headrows} {headrows#} {footrows#} {footrows} {footrows#} {bodyrows}
    {caption=Table: }{title}
    [preamble] # Untitled elements between header and first section title.
    |
    # Document sections. [sect0]

    {id?}{title}

    | [sect1]

    {id?}{numbered?{sectnum} }{title}

    |
    [sect2]

    {id?}{numbered?{sectnum} }{title}

    | [sect3]

    {id?}{numbered?{sectnum} }{title}

    | [sect4]
    {id?}{title}
    | [header] # IE6 enters quirks mode if the following XML directive is present. # ifdef::linkcss[] {doctype-manpage} ifdef::quirks[] endif::quirks[] endif::linkcss[] ifndef::linkcss[] endif::linkcss[] ifdef::asciimath[] ifdef::linkcss[] endif::linkcss[] ifndef::linkcss[] endif::linkcss[] endif::asciimath[] {doctitle} # Article, book header. ifndef::doctype-manpage[] endif::doctype-manpage[] # Man page header. ifdef::doctype-manpage[] endif::doctype-manpage[] [footer] ifdef::doctype-manpage[] [sect-synopsis] template::[sect1] endif::doctype-manpage[] ifdef::quirks[] include::{backend}-quirks.conf[] endif::quirks[]