Shopify / buy-button-js

BuyButton.js is a highly customizable UI library for adding ecommerce functionality to any website.

Home Page:http://shopify.github.io/buy-button-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Product Description Formatting

voidnothings opened this issue · comments

What's the recommended way to display a formatted description i.e output string together with original HTML tags?
<div class="{{data.classes.product.description}}">{{data.description}}</div>
only outputs raw text.

Closing this. Saw the solution here #622