-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmpl.conf
32 lines (29 loc) · 806 Bytes
/
mpl.conf
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
[blockdef-listing]
mpl-style=template="mpl-block",subs=(),posattrs=("style","target","layout"),filter='mplw.py {verbose?-v} -o "{outdir}/{target}" -'
ifdef::basebackend-html[]
[mpl-block]
<div class="chartblock">
<a id="{id}"></a>
<div class="title">{title}</div>
<div class="content">
<a href="{link}">
<img style="border-width: 0;" src="{target}" alt="{target}"{width? width="{width}"}{height? height="{height}"} />
{link#}</a>
</div></div>
endif::basebackend-html[]
ifdef::basebackend-docbook[]
[mpl-block]
template::[image-blockmacro]
endif::basebackend-docbook[]
#
# DEPRECATED: Pre 8.2.7 filter definition.
#
[blockdef-mpl]
delimiter=^mpl~{4,}$
template=mpl-block
presubs=none
filter=mpl-filter.py {verbose?-v} -o "{outdir}/{target} -L {layout=dot}" -
posattrs=target,format
#
# DEPRECATED: End
#