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

Hyperlink should be valid and start with https:// or mailto: or valid grn resource #6

Open
jm-nab opened this issue May 31, 2024 · 3 comments

Comments

@jm-nab
Copy link

jm-nab commented May 31, 2024

here's a real example from our articles we are trying to import:

<a style="color: rgb(0, 0, 0); text-decoration-line: none;" target="_blank" href="tel:555.555.1234">555.555.1234</a>

Parser output:

 {'type': 'Text', 'text': {'text': '555.555.1234', 'hyperlink': 'tel:555.555.1234'}}
@jm-nab jm-nab changed the title a tags break for phone number tag Hyperlink should be valid and start with https:// or mailto: or valid grn resource May 31, 2024
@tmelko-genesys
Copy link
Collaborator

The knowledge api currently does not accept text block hyperlink properties starting with "tel:". Is this issue about the api not supporting "tel:" or about the converter not throwing an error about it?

@tmelko-genesys
Copy link
Collaborator

I have forwarded the request to support tel: links in knowledge articles to product managers.

@jm-nab
Copy link
Author

jm-nab commented Jun 20, 2024 via email

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

No branches or pull requests

2 participants