diff options
author | Stuart Rackham <srackham@methods.co.nz> | 2009-04-26 13:50:31 +1200 |
---|---|---|
committer | Stuart Rackham <srackham@methods.co.nz> | 2009-04-26 13:50:31 +1200 |
commit | 8a2b6783f84aaee6e0a3f4b67b24f2c846fb264b (patch) | |
tree | 7cd977473e9b95a608f4dd3275830e4157fb86a6 /xhtml11.conf | |
parent | 9107c911f42564ca476e40ad631fb76e1247718c (diff) | |
download | asciidoc-8a2b6783f84aaee6e0a3f4b67b24f2c846fb264b.tar.gz |
- Added 'literal' paragraph style (can be applied to normal paragraphs).
- Updated paragraph documentation in User Guide.
- Paragraphs test case.
Diffstat (limited to 'xhtml11.conf')
-rw-r--r-- | xhtml11.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xhtml11.conf b/xhtml11.conf index 799dd33..410b983 100644 --- a/xhtml11.conf +++ b/xhtml11.conf @@ -230,7 +230,7 @@ subscript=<sub{0? style="}{1?color: {1};}{2?background-color: {2};}{3?font-size: # Paragraph substitution.
[paragraph]
-<div class="paragraph{style? {style}}"{id? id="{id}"}>{title?<div class="title">{title}</div>}<p>
+<div class="paragraph"{id? id="{id}"}>{title?<div class="title">{title}</div>}<p>
|
</p></div>
@@ -260,8 +260,7 @@ template::[admonitionblock] <div class="literalblock"{id? id="{id}"}>
<div class="title">{title}</div>
<div class="content">
-{style#}<pre class="{style}"><span>
-{style%}<pre><tt>
+<pre><tt>
|
</tt></pre>
</div></div>
|