-
Notifications
You must be signed in to change notification settings - Fork 945
Open
Labels
compatibility: WooCommercePossible conflict with the Woocommerce plugin.Possible conflict with the Woocommerce plugin.component: llms txtllms.txt filellms.txt file
Description
- I've read and understood the contribution guidelines.
- I've searched for any related issues and avoided creating a duplicate issue.
Please give us a description of what happened
I would expect that the product short descriptions in the llms.txt file are stripped from h1,h2,h3,em,p,span html tags. But they tags are not stripped from short description at all. Can we please do this? Or at least add a filter so we can optionally do this?
To Reproduce
Step-by-step reproduction instructions
- Create a Woocommerce Product with an html tag in the short description
<h2>Some Random heading</h2><p>This is some paragraph</p> - See the output in llms.txt for this product, it leaves html tags in the llms.txt:
\<h2\>Some Random heading</h2\>This is some paragraph
Expected results
Some Random heading This is some paragraph
Actual results
\<h2\>Some Random heading</h2\>This is some paragraph
Metadata
Metadata
Assignees
Labels
compatibility: WooCommercePossible conflict with the Woocommerce plugin.Possible conflict with the Woocommerce plugin.component: llms txtllms.txt filellms.txt file