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.