MD033 Inline HTML

This rule is broken in the Spanish files in which we have had to create the
headers with html in order to make the links work correctly.

These changes were made in commit: 3126fe769
This commit is contained in:
taitus
2023-03-22 10:34:11 +01:00
parent ab4fcf7e0c
commit 0d6a88abca
2 changed files with 8 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ git remote -v
it should output something alike:
> origin git@github.com:your_user_name/consul.git (fetch)<br/>
> origin git@github.com:your_user_name/consul.git (fetch)\
> origin git@github.com:your_user_name/consul.git (push)
Now we have to add CONSUL's github as upstream remote with:
@@ -27,9 +27,9 @@ git remote -v
again you should get:
> upstream git@github.com:consul/consul.git (fetch)<br/>
> upstream git@github.com:consul/consul.git (push)<br/>
> origin git@github.com:your_user_name/consul.git (fetch)<br/>
> upstream git@github.com:consul/consul.git (fetch)\
> upstream git@github.com:consul/consul.git (push)\
> origin git@github.com:your_user_name/consul.git (fetch)\
> origin git@github.com:your_user_name/consul.git (push)
## Pulling changes from CONSUL