-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathasciidoc.conf
More file actions
47 lines (44 loc) · 1.02 KB
/
asciidoc.conf
File metadata and controls
47 lines (44 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# this file is copied and modified from git v1.8.1, and as such is
# licensed under the GPL.
[attributes]
asterisk=*
plus=+
caret=^
startsb=[
endsb=]
backslash=\
tilde=~
apostrophe='
backtick=`
litdd=--
ifdef::backend-docbook[]
# "unbreak" docbook-xsl v1.68 for manpages. v1.69 works with or without this.
# v1.72 breaks with this because it replaces dots not in roff requests.
[listingblock]
<example><title>{title}</title>
<literallayout class="monospaced">
ifdef::doctype-manpage[]
.ft C
endif::doctype-manpage[]
|
ifdef::doctype-manpage[]
.ft
endif::doctype-manpage[]
</literallayout>
{title#}</example>
endif::backend-docbook[]
ifdef::doctype-manpage[]
ifdef::backend-docbook[]
[header]
template::[header-declarations]
<refentry>
<refmeta>
<refentrytitle>{mantitle}</refentrytitle>
<manvolnum>{manvolnum}</manvolnum>
</refmeta>
<refnamediv>
<refname>{manname}</refname>
<refpurpose>{manpurpose}</refpurpose>
</refnamediv>
endif::backend-docbook[]
endif::doctype-manpage[]