Pango Markup not respected in some cases
Great project!
I tried to have a summary with bigger font as in <big>%s</big> or <span size='larger'>%s</span> without luck.
The only way I could achieve this was setting the size as in: <span size='16000'>%s</span>.
Maybe a bug?
I messed around with this a bit and the problem seems to be that pango is ignoring relative sizes as applied to the first text rendered. If I put something prior to the summary in the format, then the tags work as expected on the summary.
(This probably isn't a mako bug specifically, but I'm marking it as such because finding a workaround would be nice even if this is a pango limitation.)
I have the same behavior. I opted for just setting the font size directly instead.
font=Overpass 12
format=<span font="14">%s</span>\n%b
Note See information about the
font=shortcut undersizein the Pango Markup documentation.