Update for itextomml 1.4.7
This commit is contained in:
parent
7bf832e8c7
commit
ee05118e8f
4 changed files with 29 additions and 2 deletions
|
@ -275,6 +275,14 @@ END_THM
|
|||
|
||||
def test_have_latest_itex2mml
|
||||
|
||||
assert_markup_parsed_as(
|
||||
%{<p>equation <math class='maruku-mathml' displa} +
|
||||
%{y='inline' xmlns='http://www.w3.org/1998/Math/} +
|
||||
%{MathML'><mi>x</mi><menclose notation='box'><mp} +
|
||||
%{added depth='2ex' height='3ex' voffset='5ex'><} +
|
||||
%{mi>x</mi></mpadded></menclose></math></p>},
|
||||
"equation $x\\boxed{\\mathraisebox{5ex}[3ex][2ex]{x}}$")
|
||||
|
||||
assert_markup_parsed_as(
|
||||
%{<p>equation <math class='maruku-mathml' displa} +
|
||||
%{y='inline' xmlns='http://www.w3.org/1998/Math/} +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue