> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.transistor.fm/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How come my show notes formatting doesn't look correct in Apple Podcasts, Spotify etc?

###### Formatting Your Show Notes

Here's our video walkthrough that shows exactly how the same Show Notes will render differently across different podcast apps:

${youtube}[Why don't my show notes look right in Apple Podcasts, Spotify etc?](PR8JIJ19AxU)

Here's our detailed blog post that provides additional examples of how Show Notes will be formatted: 

**https://transistor.fm/rendering/**

If your show notes look properly formatted in Transistor, but not in podcast apps like Apple Podcasts, there are two main causes:

1. Copying and pasting from other applications (like Word, Google Docs, Apple Notes) can bring over hidden HTML formatting that you can't see in our editor, but gets rendered in podcast apps.
2. Podcast apps all render HTML differently, and some formatting won't work in Apple Podcasts.

# Copying and pasting from other applications

Copying and pasting formatted text from Microsoft Word, Google Docs, etc can be problematic in any online editor.

For example, when you copy text from Word, it doesn't just copy the text you see, it also copies HTML and styling code:

![Formatting and styling code in Microsoft Word](https://storage.crisp.chat/users/helpdesk/website/aca7790da3b2f000/image_327zm1.png)

As [Gabe Sumner](https://medium.com/@gabesumner/copy-from-ms-word-paste-into-a-rich-text-wysiwyg-editor-53907c24cee5) says:

> Styling that worked wonderfully in one environment (MS Word) will behave very poorly in another environment (your web site).

It might look fine in Transistor's editor, but once podcast apps pick it up, it can cause rendering problems.

The best bet is to copy and paste as plain-text into Transistor, and do your formatting there.

## PC users: how to paste plain text content

1. Copy you content (from Word, Google Docs, etc).
2. Open Notepad and paste in your content. It will automatically strip the formatting and convert it to plain text. 
3. Copy the plain text from the Notepad document.
4. Go to Transistor, and paste the plain text content into your the _Episode Show Notes_ section.
5. Click Save.

## Mac users: how to paste plain text content

1. Copy you content (from Word, Google Docs, etc).
2. Open TextEdit and paste in your content.
3. In the top menu, go to _Format > Make Plain Text_ (or Shift Command T).  This will convert the text to plain text.
4. Copy the plain text from the TextEdit document.
5. Go to Transistor, and paste the plain text content into your the _Episode Show Notes_ section.
6. Click Save.

# Formatting limitations in Apple Podcasts and Spotify.

As noted by [Podnews](https://podnews.net/article/html-episode-notes-in-podcast-rss), each podcast listening app has limitations when it comes to formatting:

* **Apple Podcasts** does not support bold/italic, and in the newest version of the app, no longer supports any bullet points or hyperlinked text. The recommendation: don’t use bullet points, use line breaks to separate paragraphs, and write out URLs for links as plain text (Apple will hyperlink them in the app).
* **Spotify** does not support bold/italic, but does support bullet points and hyperlinked text.

