bustle / mobiledoc-kit

A toolkit for building WYSIWYG editors with Mobiledoc
https://bustle.github.io/mobiledoc-kit/demo/
MIT License
1.55k stars 150 forks source link

Omit empty section attribute arrays 🍭 #708

Closed ZeeJab closed 4 years ago

ZeeJab commented 4 years ago

In the 0.3.2 renderer, omit empty section attribute arrays 🍭

Previously, the renderer was always adding a third attributes array to serialized section arrays. In the majority of cases, these are empty arrays that can be safely omitted, saving file size. Now, like with marker attributes, an array is only emitted if there is at least one custom attribute set.