aboutsummaryrefslogtreecommitdiff
path: root/test/writer.docbook5
diff options
context:
space:
mode:
Diffstat (limited to 'test/writer.docbook5')
-rw-r--r--test/writer.docbook535
1 files changed, 16 insertions, 19 deletions
diff --git a/test/writer.docbook5 b/test/writer.docbook5
index afee571fa..dd73803aa 100644
--- a/test/writer.docbook5
+++ b/test/writer.docbook5
@@ -68,8 +68,8 @@
</para>
<para>
In Markdown 1.0.0 and earlier. Version 8. This line turns into a list
- item. Because a hard-wrapped line in the middle of a paragraph looked
- like a list item.
+ item. Because a hard-wrapped line in the middle of a paragraph looked like
+ a list item.
</para>
<para>
Here’s one with a bullet. * criminey.
@@ -989,19 +989,19 @@ These should not be escaped: \$ \\ \&gt; \[ \{
<section xml:id="smart-quotes-ellipses-dashes">
<title>Smart quotes, ellipses, dashes</title>
<para>
- <quote>Hello,</quote> said the spider. <quote><quote>Shelob</quote> is
- my name.</quote>
+ <quote>Hello,</quote> said the spider. <quote><quote>Shelob</quote> is my
+ name.</quote>
</para>
<para>
<quote>A</quote>, <quote>B</quote>, and <quote>C</quote> are letters.
</para>
<para>
- <quote>Oak,</quote> <quote>elm,</quote> and <quote>beech</quote> are
- names of trees. So is <quote>pine.</quote>
+ <quote>Oak,</quote> <quote>elm,</quote> and <quote>beech</quote> are names
+ of trees. So is <quote>pine.</quote>
</para>
<para>
- <quote>He said, <quote>I want to go.</quote></quote> Were you alive in
- the 70’s?
+ <quote>He said, <quote>I want to go.</quote></quote> Were you alive in the
+ 70’s?
</para>
<para>
Here is some quoted <quote><literal>code</literal></quote> and a
@@ -1266,8 +1266,7 @@ These should not be escaped: \$ \\ \&gt; \[ \{
<link xlink:href="http://att.com/">AT&amp;T</link>.
</para>
<para>
- Here’s an <link xlink:href="/script?foo=1&amp;bar=2">inline
- link</link>.
+ Here’s an <link xlink:href="/script?foo=1&amp;bar=2">inline link</link>.
</para>
<para>
Here’s an <link xlink:href="/script?foo=1&amp;bar=2">inline link in
@@ -1342,8 +1341,8 @@ or here: &lt;http://example.com/&gt;
<para>
Here is a footnote reference,<footnote>
<para>
- Here is the footnote. It can go anywhere after the footnote
- reference. It need not be placed at the end of the document.
+ Here is the footnote. It can go anywhere after the footnote reference.
+ It need not be placed at the end of the document.
</para>
</footnote> and another.<footnote>
<para>
@@ -1360,14 +1359,12 @@ or here: &lt;http://example.com/&gt;
If you want, you can indent every line, but you can also be lazy and
just indent the first line of each block.
</para>
- </footnote> This should <emphasis>not</emphasis> be a footnote
- reference, because it contains a space.[^my note] Here is an inline
- note.<footnote>
+ </footnote> This should <emphasis>not</emphasis> be a footnote reference,
+ because it contains a space.[^my note] Here is an inline note.<footnote>
<para>
- This is <emphasis>easier</emphasis> to type. Inline notes may
- contain <link xlink:href="http://google.com">links</link> and
- <literal>]</literal> verbatim characters, as well as [bracketed
- text].
+ This is <emphasis>easier</emphasis> to type. Inline notes may contain
+ <link xlink:href="http://google.com">links</link> and
+ <literal>]</literal> verbatim characters, as well as [bracketed text].
</para>
</footnote>
</para>