# This file is an AsciiDoc configuration file that makes # AsciiDoc conform with Asciidoctor's fixes and customizations. # # Place this file in the same directory as your AsciiDoc document and the # AsciiDoc processor (asciidoc) will automatically use it. # Copied from from https://raw.githubusercontent.com/asciidoctor/asciidoctor/master/compat/asciidoc.conf # AsciiDoctor is available under the MIT license. [miscellaneous] newline=\n [attributes] # make html5 the default html backend backend-alias-html=html5 apostrophe=' asterisk=* backtick=` brvbar=¦ caret=^ # plus introduced in AsciiDoc 8.6.9 plus=+ space=" " tilde=~ user-home={eval:os.path.expanduser('~')} vbar=| # NOTE use -a no-inline-literal to set compat-mode to default when using AsciiDoc Python ifndef::no-inline-literal[] compat-mode=legacy endif::[] [replacements] # right single quote (?[\S].*?)(?: +\1)?$ sect1=^(==|##) +(?P
{passtext}
[tags]
emphasis=|
strong=|
monospaced=|
superscript=|
subscript=|
mark={1=}{1?}|{1?}{1=}
[monospacedwords]
{words}
ifdef::linkattrs[]
[http-inlinemacro]
{1={name}:{target}}
[https-inlinemacro]
{1={name}:{target}}
[ftp-inlinemacro]
{1={name}:{target}}
[file-inlinemacro]
{1={name}:{target}}
[irc-inlinemacro]
{1={name}:{target}}
[mailto-inlinemacro]
{1={target}}
[link-inlinemacro]
{1={target}}
endif::linkattrs[]
[listtags-numbered]
list=|
{data-uri%}{icons#}
{data-uri#}{icons#}
{icons%} {caption}
|
{title}
|
|
|template::[attribution]
|template::[attribution]
|
[toc]