foundation / inky

Convert a simple HTML syntax into tables compatible with Foundation for Emails.
http://foundation.zurb.com/emails
673 stars 107 forks source link

Button custom attributes not retained #111

Open nikjft opened 5 years ago

nikjft commented 5 years ago

I am building templates for Pardot, which requires the certain attributes (e.g. "pardot-repeatable," and "pardot-editable") to be added to all editable elements.

For most tags in Inky, I can do this fine. Adding pardot-repeatable to a Container or Row ensures that the generated outer table maintains that attribute.

However, on buttons, if I have

ianberdin commented 5 years ago
"devDependencies": {
  "inky": "git+https://github.com/zurb/inky.git#234542170bc41a987208aab1dd0c2c18d0a29f75",
}