1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Removes em/span tags according to docs-team 3076 (#40098)

This commit is contained in:
Ben Ahmady
2023-08-09 09:37:22 +01:00
committed by GitHub
parent ea3bcbd451
commit 3db20c8b9c
12 changed files with 24 additions and 24 deletions

View File

@@ -94,7 +94,7 @@ $ ssh -T git@{% data variables.command_line.codeblock %}
```shell
$ ssh-add -l -E sha256
> 2048 <em>SHA256:274ffWxgaxq/tSINAykStUL7XWyRNcRTlcST1Ei7gBQ</em> /Users/<em>USERNAME</em>/.ssh/id_rsa (RSA)
> 2048 SHA256:274ffWxgaxq/tSINAykStUL7XWyRNcRTlcST1Ei7gBQ /Users/USERNAME/.ssh/id_rsa (RSA)
```
{% endlinux %}