Skip to content

Commit

Permalink
added display: 'block' for math tag
Browse files Browse the repository at this point in the history
  • Loading branch information
suleman-uzair committed Feb 13, 2025
1 parent bca054a commit df0c3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/unitsml/formula.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def ==(object)
def to_mathml
if root
nullify_mml_models
math = ::Mml::MathWithNamespace.new
math = ::Mml::MathWithNamespace.new(display: "block")
math.ordered = true
math.element_order ||= []
value.each do |instance|
Expand Down

0 comments on commit df0c3d2

Please sign in to comment.