Open provokateurin opened 6 months ago
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.