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

Link Parsing Behavior #29

Closed
JohnCalhoun opened this issue Nov 30, 2017 · 1 comment
Closed

Link Parsing Behavior #29

JohnCalhoun opened this issue Nov 30, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@JohnCalhoun
Copy link
Contributor

Expected Behavior

www.google.com => says like that
link => behavior depends on format needed

Actual Behavior

does not parse urls with percent signs correctly.
does not recognize urls correctly

Specifications

  • Version: development
  • Platform:

solution

either
remove all link parsing from QnABot and let the client handle it
or
improve current behavior

my opinion: remove link parsing behavior, QnABot is responsible for content/format and the client is responsible for the representation of the content.

@JohnCalhoun
Copy link
Contributor Author

fixed in v2, better support when markdown comes

rdoshi99 added a commit that referenced this issue Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant