summaryrefslogtreecommitdiff
path: root/doc/asciidoc/wordpress.conf
blob: 69e7a1b7d0a9e7d6ea75cdb5753fac59d8b59fb2 (plain)
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# AsciiDoc configuration file for Wordpress HTML generation.
# Resides in AsciiDoc global conf directory or $HOME/.asciidoc directory.
# Generates HTML which plays nicely with Wordpress.
# (the generated HTML is still valid HTML 4.01 Transitional though).
#
# NOTE: The resulting HTML needs to be further massaged with blogpost.py.
#       http://srackham.wordpress.com/blogpost-readme/

include::html4.conf[]

# Override various tags.
[listtags-bulleted]
text=

[listtags-numbered]
text=

[listtags-labeled]
text=

[listtags-callout]
text=

[listtags-qanda]
term=<em>|</em>
text=

[listtags-glossary]
text=

[listtags-bibliography]
text=

[tabletags-default]
paragraph=<div>|</div>

[tabletags-emphasis]
paragraph=<div><em>|</em></div>

[tabletags-strong]
paragraph=<div><strong>|</strong></div>

[tabletags-monospaced]
paragraph=<div><code>|</code></div>

[listingblock]
<a name="{id}"></a>
<p><b>{title}</b></p>
<table border="0" bgcolor="#e8e8e8" width="100%" style="margin:0.2em 0;">
<tr><td style="padding:0.5em;">
<pre style="margin:0; padding:0;">
|
</pre>
</td></tr>
</table>

[literalblock]
<a name="{id}"></a>
<p><b>{title}</b></p>
<pre style="padding:0.5em; color:gray;">
|
</pre>

[sidebarblock]
<a name="{id}"></a>
<table frame="void" bgcolor="#ffffee" width="100%" style="margin:0.2em 0;">
<tr><td style="padding:0.5em;">
<p style="margin-top:0;"><b>{title}</b></p>
|
</td></tr></table>

[exampleblock]
<a name="{id}"></a>
<p><b>{caption=}{title}</b></p>
<table frame="void" width="100%" style="margin:0.2em 0;">
<tr><td style="border-left:3px solid #e8e8e8; padding:0.5em;">
|
</td></tr></table>

[admonitionblock]
<a name="{id}"></a>
<table frame="void" style="margin:0.2em 0;">
<tr valign="top"><td style="padding:0.5em;"><p><b><u>{caption}</u></b></p></td>
<td style="border-left:3px solid #e8e8e8; padding:0.5em;">
<p><b>{title}</b></p>
|
</td></tr></table>