Issue with Code tags showing up in CMS content after pulling from API info

I’m having trouble, as in the events section of my page, the

etc. are not showing up, yet in the CMS pages they are all appearing, I am having trouble on finding any solutions with this, and the code that I have in there is not doing anything. Help would greatly be appreciated!


Here is my site

Here is the other page where it’s not pulling these tags:

They’re both pulling from the same CMS collection, so I don’t quite understand

Hi there,

When HTML tags display differently across CMS pages, this usually occurs due to one of several common factors:

The rich text field settings might be different between pages. Check that your rich text field formatting options are consistent across all pages where you’re experiencing this issue.

If you’re using custom HTML tags, ensure they are properly formatted and that your site-wide CSS styles are being applied consistently. You can verify this by checking the page settings and custom code sections.

For consistent HTML tag display, try these best practices:

  • Use the Rich Text element’s built-in formatting options when possible
  • Apply consistent class names to similar elements across pages
  • Check that your custom code is loading correctly on all affected pages
  • Verify that no conflicting styles are being applied through the Style Manager

Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.

Is there some info missing in that paragraph break?

If you’re writing elements or code make sure to use backticks ( ` ) and fences ( ``` )

This creates <keywords> and

code blocks
like this