Open dobesv opened 7 years ago
I have a action that takes a fair number of parameters. It seems like in Ace I cannot split the action over multiple lines.
article script type="application/ld+json" {{ dict "@context" "http://schema.org" "@type" "Product" "description" .Description "name" .Title "image" "bla.jpg" | jsonify }} a href="{{ .Permalink }}" p {{ .Title }}
I have a action that takes a fair number of parameters. It seems like in Ace I cannot split the action over multiple lines.