fix(learn): Remove strong syntax around code inline code (#40754)
This commit is contained in:
@ -15,7 +15,7 @@ You can use `a` (*anchor*) elements to link to content outside of your web page.
|
|||||||
|
|
||||||
`<a href="https://freecodecamp.org">this links to freecodecamp.org</a>`
|
`<a href="https://freecodecamp.org">this links to freecodecamp.org</a>`
|
||||||
|
|
||||||
Then your browser will display the text **"this links to freecodecamp.org"** as a link you can click. And that link will take you to the web address **`https://www.freecodecamp.org`**.
|
Then your browser will display the text `this links to freecodecamp.org` as a link you can click. And that link will take you to the web address `https://www.freecodecamp.org`.
|
||||||
|
|
||||||
# --instructions--
|
# --instructions--
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user