You can use markdown to enrich your comments.
Click [here](https://google.com) to search
Click here to search
* Red
* Green
* Blue
1. Red
2. Green
3. Blue
Click on the `hello` button
Click on the Hello
button
```php
function hello(string $target = 'world'): void
{
echo "Hello $target";
}
` ` `
function hello(string $target = 'world'): void
{
echo "Hello $target";
}