diff --git a/markwon-ext-latex/src/main/java/io/noties/markwon/ext/latex/JLatexAsyncDrawableSpan.java b/markwon-ext-latex/src/main/java/io/noties/markwon/ext/latex/JLatexAsyncDrawableSpan.java index fa08ba0c..0bfc5dda 100644 --- a/markwon-ext-latex/src/main/java/io/noties/markwon/ext/latex/JLatexAsyncDrawableSpan.java +++ b/markwon-ext-latex/src/main/java/io/noties/markwon/ext/latex/JLatexAsyncDrawableSpan.java @@ -27,7 +27,7 @@ public class JLatexAsyncDrawableSpan extends AsyncDrawableSpan { @NonNull MarkwonTheme theme, @NonNull JLatextAsyncDrawable drawable, @ColorInt int color) { - super(theme, drawable, ALIGN_CENTER, false); + super(theme, drawable, ALIGN_BOTTOM, false); this.drawable = drawable; this.color = color; // if color is not 0 -> then no need to apply text color