Markup G'MIC filters for GIMP

@David_Tschumperle or any other one who can help me.

Hello David (or any other one), how can I make the word ‘Tip’ in the line below appear in bold in the G’MIC window for GIMP? And how can I place the iso part on a new line?

#@gui : note = note (“Tip: iso 100: 0.10 - iso 1600: 0.40-0,70”)

Thanks in advance,
Paul.

I guess something like this :

@gui : note = note ("<b>Tip:</b>\n iso 100: 0.10 - iso 1600: 0.40-0,70")

Oops, thank you. I tried left-square-bracket + b + right-square-bracket and /n…