Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xml not properly displayed #963

Open
GeReinhart opened this issue May 24, 2021 · 1 comment
Open

xml not properly displayed #963

GeReinhart opened this issue May 24, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@GeReinhart
Copy link
Member

<?xml version="1.0" encoding="UTF-8" ?>
<products>
    <product>
        <id>MLK245</id>
        <title>100 Pant fleece pant, men's 10/11</title>
        <product-url>https://www.merchant.com/product/100-pant-fleecebukse-herre-1011-19959.html</product-url>
        <price>599.00</price>
        <brand>The North Face</brand>
        <description><![CDATA[The North Face TKA 100 Pant fleece pant is designed for cold conditions and fits very well under the shell clothing.]]></description>
        <image-url>https://www.merchant.com/uploads/pictures/21691-128.jpg</image-url>
        <ean>4856349257328</ean>
        <merchant-category>Clothing - Men - Pants - Outdoor Pants</merchant-category>
        <availability>1</availability>
        <delivery-cost>9.00</delivery-cost>
        <delivery-time>1-3 days</delivery-time>
        <mpn>AJGW</mpn>           
    </product>
</products>

is displayed

image

@GeReinhart GeReinhart added the bug Something isn't working label May 24, 2021
@GarnierNicolas
Copy link
Collaborator

GarnierNicolas commented Apr 14, 2022

I think that the problem came from the option allowHTML in the markdown macro because we define it as true by default so confluence tries to interpret the HTML tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants