-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathasciidoc.html5.conf
More file actions
40 lines (31 loc) · 976 Bytes
/
asciidoc.html5.conf
File metadata and controls
40 lines (31 loc) · 976 Bytes
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
[attributes]
toc=
toclevels=6
imagesdir=images/export
autowidth-option=
note-no-anim="Animations are not supported in this output."
[macros]
(?su)[\\]?(?P<name>man):(?P<page>\S*?)\((?P<section>.+?)\)=
(?su)[\\]?(?P<name>opt):(?P<page>\S*?)\((?P<section>.+?)\):(?P<opt>-[a-zA-Z0-9-]+)=
(?su)[\\]?(?P<name>path):\{(?P<path>[^}]+)\}=
(?su)[\\]?(?P<name>dir):\{(?P<dir>[^}]+)\}=
(?su)[\\]?(?P<name>env):(?P<var>[a-zA-Z0-9_]+)=
(?su)[\\]?(?P<name>cmd):(?P<cmd>[a-zA-Z0-9_-]+)=
(?su)[\\]?(?P<name>noch):\{(?P<text>[^}]+)\}=
[man-inlinemacro]
<a href="https://lttng.org/man/{section}/{page}/v{revision}/"><code><strong>{page}</strong>({section})</code></a>
[opt-inlinemacro]
<code>{opt}</code>
[path-inlinemacro]
<code>{path}</code>
[dir-inlinemacro]
<code>{dir}</code>
[env-inlinemacro]
<code>{var}</code>
[cmd-inlinemacro]
<code>{cmd}</code>
[noch-inlinemacro]
<span style="text-transform: normal;">{text}</span>
[tabledef-default]
style=def
def-style=options=("header",)