From a9324b474019ea5b361471720a8a55ca1a183774 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 7 Oct 2017 21:04:32 +0200 Subject: [PATCH] Updated to latest Aero --- pages/shop/shop.pixy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/shop/shop.pixy b/pages/shop/shop.pixy index 81239903..750616a4 100644 --- a/pages/shop/shop.pixy +++ b/pages/shop/shop.pixy @@ -21,7 +21,7 @@ component ShopItem(item *arn.Item) Icon(item.Icon) span= item.Name //- span.shop-item-duration= " " + duration - .shop-item-description!= aero.Markdown(item.Description) + .shop-item-description!= markdown.Render(item.Description) .buttons.shop-buttons button.shop-button-buy.action(data-item-id=item.ID, data-item-name=item.Name, data-price=item.Price, data-trigger="click", data-action="buyItem") span.shop-item-price= item.Price