googleworkspace / google-docs-hast

Converts the JSON representation of a Google Docs document into an HTML abstract syntax tree (HAST).
Apache License 2.0
27 stars 12 forks source link

fix: construction of person href with mailto #8

Closed pferruggiaro closed 1 year ago

pferruggiaro commented 1 year ago

Fixed construction of anchor elements for a person to have an href attribute with a value starting with mailto:.

Previously a mailto attribute was created instead of href which is not a standard attribute of an anchor element.

jpoehnelt commented 1 year ago

Thanks!

googleworkspace-bot commented 1 year ago

:tada: This PR is included in version 1.0.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: