Adding empty lines around codeblock in Tab (#14030)
Only docs changes so I'm admin merging it.
This commit is contained in:
parent
f78d82ebe1
commit
c0fe9bf14d
|
@ -377,6 +377,7 @@ Using tags:
|
|||
|
||||
</Tab>
|
||||
<Tab heading="CLI">
|
||||
|
||||
```bash
|
||||
vault write aws/roles/example-role \
|
||||
credential_type=iam_user \
|
||||
|
@ -393,6 +394,7 @@ Using tags:
|
|||
```json
|
||||
["tag1=42", "tag2=something"]
|
||||
```
|
||||
|
||||
</Tab>
|
||||
</Tabs>
|
||||
|
||||
|
|
Loading…
Reference in New Issue