Adding empty lines around codeblock in Tab (#14030)

Only docs changes so I'm admin merging it.
This commit is contained in:
Ashlee M Boyer 2022-02-14 13:21:23 -05:00 committed by GitHub
parent f78d82ebe1
commit c0fe9bf14d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -377,6 +377,7 @@ Using tags:
</Tab> </Tab>
<Tab heading="CLI"> <Tab heading="CLI">
```bash ```bash
vault write aws/roles/example-role \ vault write aws/roles/example-role \
credential_type=iam_user \ credential_type=iam_user \
@ -393,6 +394,7 @@ Using tags:
```json ```json
["tag1=42", "tag2=something"] ["tag1=42", "tag2=something"]
``` ```
</Tab> </Tab>
</Tabs> </Tabs>