你可以使用labelxtype:
<mylabel
jcr:primaryType="cq:Widget"
fieldLabel="My label"
html="Some description text in <b>bold</b>"
xtype="label"/>
Run Code Online (Sandbox Code Playgroud)
如您所见,您甚至可以在html属性中使用简单的标记,如<b>和<i>.当然,括号逃脱了<和>