Bold in richtextitem

Certified Associate Developer

I want to bold a particular word in a text when using a a!richtextitem. when I use the "Style" as "strong", it's making the entire text bold.
In my case, I only want a word to be bold as shown below. Can someone please help


a!richTextDisplayField(
value: {
a!richTextItem(
text: {
"We recommend ABC method.",
},
style: "PLAIN",
)

}

)

  Discussion posts and replies are publicly visible