You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/math_equation/math_equation_block_component.dart
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ class MathEquationBlockComponentWidgetState
139
139
);
140
140
}
141
141
142
-
String_safeLatex(String raw) {
142
+
StringsafeLatex(String raw) {
143
143
if (raw.contains(r'\\') &&!raw.contains(r'\begin{')) {
144
144
returnr'\begin{aligned}'+ raw +r'\end{aligned}';
145
145
}
@@ -232,7 +232,7 @@ class MathEquationBlockComponentWidgetState
0 commit comments