Formatted content via a data connector

Hi Community,

I have created a crawler and a connector to pull in FAQs from a site to store them in the knowledge graph. The FAQs are used in an answers experience.
On the site where the FAQ content is grabbed from the answers are formatted to be more easy to read.
Example:

<p>List title:</p>
<ul>
<li>list item 1</li>
<li>list item 2</li>
<li>list item 3</li>

The crawler and connector are currently only pulling the text itself but not the formatting.
Is there a way to do this via the crawler/connector setup?

Thanks a lot.

Hey @Maximilian_Heise,

You can utilize a CSS selector to target the container of the entire answer in the “Specify Path” section of your connector mapping for the Answer field. To ensure all the HTML tags are also brought in, make sure you select “HTML” in the Extract Settings as well.

Hope this helps!
DJ