Skip to content

Commit 932125c

Browse files
authored
Use code tags instead of backticks (#182)
* Cleaned up formatting in paragraphs and inline code * Re-wrapped code samples - hyperlinks inside backticks break formatting * Attempt: Fix formatting when wrapping hyperlinks in backticks
1 parent 9431d42 commit 932125c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

using-the-rest-api/linking-and-embedding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Examples include:
1313

1414
The relation is either a
1515
- [standardized relation](http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1)
16-
- a `URI relation` - like `https://api.w.org/term`
16+
- a `URI relation` - like <code>https://api.w.org/term</code>
1717
- or a `Compact URI relation` - like `wp:term`
1818

1919
Compact URI relations can be normalized to full URI relations to ensure full compatibility if required. This is similar to HTML `<link>` tags, or `<a rel="">` links.

0 commit comments

Comments
 (0)