Skip to content

Commit 9c2f0de

Browse files
authored
Escape angle brackets for Plugins API reference docs (#137)
1 parent 51e9039 commit 9c2f0de

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/pages/docs/reference/plugins-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,6 @@ public/
692692

693693
And accessible at the following routes in the browser:
694694

695-
- _/artists/<name1>/_
696-
- _/artists/<name2>/_
697-
- _/artists/<nameN>/_
695+
- _/artists/&lt;name1&gt;/_
696+
- _/artists/&lt;name2&gt;/_
697+
- _/artists/&lt;nameN&gt;/_

0 commit comments

Comments
 (0)