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

feat: Support mmultiscripts. #1175

Closed fukatani closed 1 year ago

fukatani commented 2 years ago

I want mmultiscripts for my application.

testcase:

<math>
    <mn>2</mn>
    <mmultiscripts>
        <mi>X</mi>
        <mi>d</mi>
        <mi>c</mi>
        <mprescripts />
        <mi>b</mi>
        <mi>a</mi>
    </mmultiscripts>
    <mn>1</mn>
</math>

スクリーンショット 2022-10-21 11 49 25