Cange style of code

I just want to make bold font in line setContentView follow

```kotlin
class MainActivity : AppCompatActivity() {
    override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState)
	<b>setContentView(R.layout.activity_main)</b>
    }
}

how can I do that?

Someone else was looking for that functionality as well. You can search the forums to find that thread. I think the conclusion was that it is not possible.

The current mainstream markdown renderer should not support it, because code block highlighting is generally enabled in code blocks, and HTML tags are no longer supported

ref link: https://talk.commonmark.org/t/marking-code-blocks-fragments-bold-italic/1080/11

But in any case, you can use screenshots to highlight important points. I recommend Snipaste on Windows. . .