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
Likely needs to use the low level APIs from https://github.com/flutter/packages/blob/main/packages/flutter_markdown/lib/src/builder.dart, but I think it should be possible. Alternatively we could reverse it and integrate our rich object rendering as custom elements in the markdown rendering. The second option is probably easier if it is possible, but makes us a lot more dependent on the flutter_markdown package which I don't like.
This might be hard to implement because it has to work on top of our rich objects stuff.
The text was updated successfully, but these errors were encountered: