From 48e96211d7d5930c102adb151de76a46db2b689b Mon Sep 17 00:00:00 2001 From: Dimitry Ivanov Date: Fri, 14 Sep 2018 12:45:30 +0300 Subject: [PATCH] Merge with latest 2.0.0 branch --- .../java/ru/noties/markwon/sample/jlatexmath/MainActivity.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/sample-latex-math/src/main/java/ru/noties/markwon/sample/jlatexmath/MainActivity.java b/sample-latex-math/src/main/java/ru/noties/markwon/sample/jlatexmath/MainActivity.java index e0d580c3..dee84ee4 100644 --- a/sample-latex-math/src/main/java/ru/noties/markwon/sample/jlatexmath/MainActivity.java +++ b/sample-latex-math/src/main/java/ru/noties/markwon/sample/jlatexmath/MainActivity.java @@ -44,8 +44,6 @@ public class MainActivity extends Activity { // latex += "\\doublebox{\\text{A double framed box}}&\\ovalbox{\\text{An oval framed box}}\\cr"; // latex += "\\end{array}"; - // mention another way of doing this: through async drawable to process formulas in background - final JLatexMathMedia.Config config = new JLatexMathMedia.Config(textView.getTextSize()) {{ // align = JLatexMathDrawable.ALIGN_RIGHT;