Note: Custom HTML formatting only applies to the Spotify mobile and tablet app.
Spotify supports some HTML formatting in episode and podcast descriptions:
Formatting we support | Example HTML |
Links Note: We only support https links (not http) |
<a href="URL"></a> |
Headers |
<h1>Heading 1</h1> <h2>Heading 2</h2> <h3>Heading 3</h3> |
Unordered lists (nested lists supported) |
<ul> <li>Bullet list item 1</li> </ul> |
Ordered lists (nested lists supported) |
<ol> <li>Numbered list item 1</li> </ol> |
Paragraphs |
<p>Paragraph 1</p> <p>Paragraph 2</p> |
Line breaks |
<br> |