From c507e4fccd97ce7c586c2012f882e0887e69d929 Mon Sep 17 00:00:00 2001 From: X Code Date: Sun, 7 Aug 2022 07:12:49 -0700 Subject: [PATCH] Remove formula since it causes app unable to load --- example/assets/sample_data.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/example/assets/sample_data.json b/example/assets/sample_data.json index 0e7f9e8d..467bcadd 100644 --- a/example/assets/sample_data.json +++ b/example/assets/sample_data.json @@ -536,10 +536,5 @@ }, { "insert": "\n" - }, - { - "insert": { - "formula": "x=\\frac{-b\\pm\\sqrt{b^2-4ac}}{2a}" - } } -] +] \ No newline at end of file