> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.stock-sync.com/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 can I add specific words before each line in the product description?

You can add custom words before each value in the product description by using custom Liquid formatting in the Description field. Each new line must be wrapped in its own HTML `<p>` tag to avoid everything appearing on a single line.

Example:
<p><strong>Descrizione:</strong> {{ data.descrizione }}</p>
<p><strong>Categoria:</strong> {{ data.categoria }}</p>
<p><strong>Tipo:</strong> {{ data.sottocategoria }}</p>
<p><strong>Quantità:</strong> {{ data.qta }}</p>
<p><strong>Caratteristiche:</strong> {{ data.note }}</p>
<p><strong>Codice:</strong> {{ data.codice }}</p>

If your feed already contains HTML, set "Wrap each column mapped in paragraph" to "None" to avoid adding extra blank lines.