
**bold**
This will make that text bold.
Can we do that **next** week?
*italic*
This will make your text italic.
Well, a client said *No, don't do that.*
Type ` at the start and end of your code snippet
That's how you get an inline code in your comment.
Is she forwarding the `config` parameter?
Type ``` at the start and end of your code snippet
Everything in between will be shown as a code block.
If you paste this
```
dependencies {
implementation 'com.shakebugs.android:shake'
}
```
does it work then?
In a new line, type * or - and then a space
Starts a bullet point list.
They will need:
* This
* That
* And that
In a new line, type 1. and then a space
Starts a numbered list.
Do this:
1. Open the app
2. Submit a bug
Links are hyperlinked automatically
You don't have to worry about them.
Both full links like https://www.example.com and short ones like www.example.com work perfectly.