You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to protobuf-j...@googlegroups.com
If I use HtmlFormat.printToString(message) to get an HTML representation of a protobuf message an HTML header (i.e. title and body etc) is added before the message and a footer is added after. What if I want to get an HTML representation of a list of messages? Currently I get multiple headers/footers (one for each message). Is there a way to render correct HTML for a list of protobuf messages?