With enableLinks global option set to true and a simple data example such as : ``` let data = [ { text: 'Parent 1', href: 'test', nodes: [ { text: 'Child 1', href: 'test1', }, { text: 'Child 2', }, ], }, { text: 'Parent 2', }, ]; ``` In the resulting HTML `<a>`'s there are no href attributes.