Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept HTML strings in object input #188

Merged
merged 1 commit into from
Aug 25, 2023
Merged

Accept HTML strings in object input #188

merged 1 commit into from
Aug 25, 2023

Conversation

mdaines
Copy link
Owner

@mdaines mdaines commented Aug 25, 2023

For example, a node with an HTML label:

{
  name: "a",
  attributes: {
    label: { html: "<b>A</b>" }
  }
}

For example, a node with an HTML label:

  {
    name: "a",
    attributes: {
      label: { html: "<b>A</b>" }
    }
  }
@mdaines mdaines merged commit 369f7c3 into v3 Aug 25, 2023
4 checks passed
@mdaines mdaines deleted the html-strings branch August 25, 2023 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant