merged code block
Markdown with trailing spaces after ```
```
Manually generate a key
```bash
dash-cli -testnet keepass genkey
```
Result of previous command:
```bash
Generated Key: dNjo+J8Jb30txbJiKq4s9H6vEgWq/whb1w9bb2cTOFo=
```
Rendered as
Manually generate a key
dash-cli -testnet keepass genkey
Result of previous command:
Generated Key: dNjo+J8Jb30txbJiKq4s9H6vEgWq/whb1w9bb2cTOFo=
Same markdown rendered with trailing spaces removed
Manually generate a key
dash-cli -testnet keepass genkey
Result of previous command:
Generated Key: dNjo+J8Jb30txbJiKq4s9H6vEgWq/whb1w9bb2cTOFo=
Updated almost 5 years ago