Skip to content

WIP: Simple markup for formatted_body

Daniel Garcia Moreno requested to merge markdown into master

I'm starting to implement a rendering of the formatted_body html content.

This is a really experimental branch so I'll mark as WIP. I think that the current solution with GtkLabel is too limited to draw formatted text because we can't do much with pango markup to show lists or blockquote, so maybe we can start to play with a GtkTextView to control the rendering and draw all correctly.

Merge request reports