samvincent / jekyll-haml

HAML html converter for Jekyll
MIT License
88 stars 40 forks source link

Setting options has no effect #26

Open Bilge opened 7 years ago

Bilge commented 7 years ago

The following code is meant to change the attribute quotes from the default single quote (') to double ("), however it has no effect when called from another (custom) plug-in.

Haml::Template.options[:attr_wrapper] = '"'

Is there another mechanism to specify options for jekyll-haml?