Sub6Resources / flutter_html

A Flutter widget for rendering static html as Flutter widgets (Will render over 80 different html tags!)
https://pub.dev/packages/flutter_html
MIT License
1.8k stars 874 forks source link

flutter_html_math: escape braces #1163

Closed fukatani closed 2 years ago

fukatani commented 2 years ago

Brace character should be escaped on latex.

ex. <math><mo>{</mo></math>

fukatani commented 2 years ago

BTW, I'm participated in Hacktoberfest 2022. I appreciate if you could add hacktoberfest-accepted to this PR. (like https://github.com/Coder-forfun/Hactoberfest-accepted/pull/528)

thanks!