Skip to content

Commit

Permalink
Update test case (and manual example)
Browse files Browse the repository at this point in the history
  • Loading branch information
brucemiller committed Dec 22, 2023
1 parent 30ad52d commit 6ee96d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions doc/manual/manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1205,8 +1205,7 @@ \section{LaTeXML Customization}\label{customization.latexml}
DefConstructor('\item[]',
"<ltx:item>?#1(<ltx:tag>#1</ltx:tag>)");
DefEnvironment('{quote}',
'<ltx:quote>#body</ltx:quote>',
beforeDigest=>sub{ Let('\\\\','\@block@cr');});
'<ltx:quote>#body</ltx:quote>');
DefConstructor('\footnote[]{}',
"<ltx:note class='footnote' mark='#refnum'>#2</ltx:note>",
mode=>'text',
Expand Down
11 changes: 4 additions & 7 deletions t/expansion/environments.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,22 @@
</para>
<para xml:id="p2">
<quote>
<p>MY<break/>
A Quote!</p>
<p>MY<break/>A Quote!</p>
</quote>
</para>
<para xml:id="p3">
<quote>
<p>1<break/>
A Quote!</p>
<p>1<break/>A Quote!</p>
</quote>
</para>
<para xml:id="p4">
<quote>
<p>ONE<break/>
A Quote!</p>
<p>ONE<break/>A Quote!</p>
</quote>
</para>
<para xml:id="p5">
<quote>
<!-- %**** environments.tex Line 25 **** --> <p>a + b</p>
<p>a + b</p>
</quote>
</para>
<para xml:id="p6">
Expand Down

0 comments on commit 6ee96d2

Please sign in to comment.