From 06340d007781c0b93eb4982b7cc0d343fe1f65a7 Mon Sep 17 00:00:00 2001 From: chengjunzhang61 Date: Wed, 8 Dec 2021 10:17:37 -0500 Subject: [PATCH] Update latex block --- .../io/noties/markwon/ext/latex/JLatexAsyncDrawableSpan.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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