Skip to content

hrefs are not inserted into links #11

@VladyslavaP

Description

@VladyslavaP

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions