v3.1.0
- config option
contentMapcan now be passed to transform any XML content. For instance, if you want<a>null</a>to instead appear as<a></a>you pass incontentMap: (content) => { return content === null ? '' : content } - fixed an issue with improper line breaks and indenting with null content