CircuitVerse / mobile-app

Mobile App for CircuitVerse
https://play.google.com/store/apps/details?id=org.circuitverse.mobile_app
MIT License
73 stars 94 forks source link

[Interactive Book] fix parsing `sup` HTML tag #196

Open aman-singh7 opened 2 years ago

aman-singh7 commented 2 years ago

Describe the bug The HTML tag sup is not properly parsed on a screen in Interactive Book.

Screenshots WhatsApp Image 2022-01-18 at 3 41 28 PM (1) WhatsApp Image 2022-01-18 at 3 41 28 PM

Are you working on this issue? (Yes/No) Yes

aman-singh7 commented 2 years ago

@manjotsidhu please assign this to me.

manjotsidhu commented 2 years ago

This issue might give you a little bit of hard time as flutter_markdown was buggy. We are using our own fork of it, check https://github.com/CircuitVerse/packages. Feel free to open PR to that repo as we haven't kept that fork up to date with the new changes from https://github.com/flutter/packages