Skip to content

Commit

Permalink
Escape angle brackets for Plugins API reference docs (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettle authored Nov 17, 2024
1 parent 51e9039 commit 9c2f0de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/docs/reference/plugins-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,6 @@ public/

And accessible at the following routes in the browser:

- _/artists/<name1>/_
- _/artists/<name2>/_
- _/artists/<nameN>/_
- _/artists/&lt;name1&gt;/_
- _/artists/&lt;name2&gt;/_
- _/artists/&lt;nameN&gt;/_

0 comments on commit 9c2f0de

Please sign in to comment.