Skip to content

Commit

Permalink
flutter_html_mat: escape braces
Browse files Browse the repository at this point in the history
  • Loading branch information
fukatani authored and Sub6Resources committed Oct 20, 2022
1 parent cb23cf0 commit db99a2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/flutter_html_math/lib/flutter_html_math.dart
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ Map<String, String> _mathML2Tex = {
"coth": r"\coth",
"log": r"\log",
"ln": r"\ln",
"{": r"\{",
"}": r"\}",
};

typedef OnMathError = Widget Function(
Expand Down

0 comments on commit db99a2b

Please sign in to comment.