@matti The Hugo parser is constantly getting in the way. To go around it I’ve had to do thinks like the shortcode (cause then whatever is inside doesn’t get parsed again) and in other cases I literally have to parse and correct the content with regular expressions. Nothing has made appreciate what I had with Swift than d$cking around with Hugo and Javascript