marp-core icon indicating copy to clipboard operation
marp-core copied to clipboard

KaTeX math block with auto scaling will not align tags correctly

Open yhatt opened this issue 4 years ago • 0 comments

Reported in marp-team/marp#124.

the tag of a mathematic formula will cover the formula, can we solve it ? Example, the formula is $$ x^n+y^n=z^n \tag{1} $$ the preview is image

.tag class has styled by position: absolute. The parent container data-marp-fitting-svg-content for detecting the width before applying scale will not consider the width of tag.

yhatt avatar May 28 '21 07:05 yhatt