We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After we parse the HTML tags from the excerpt, we may end up with unusable content. Then, no description will be generated at all.
We should consider falling back to the content instead. The current behavior is confusing.
Adjusting this does increase load times, but the frequency of this issue should render that negligible.
We should not concatenate the content to the excerpt; this could lead to incoherent sentence flow.
The text was updated successfully, but these errors were encountered:
sybrew
No branches or pull requests
After we parse the HTML tags from the excerpt, we may end up with unusable content. Then, no description will be generated at all.
We should consider falling back to the content instead. The current behavior is confusing.
Adjusting this does increase load times, but the frequency of this issue should render that negligible.
We should not concatenate the content to the excerpt; this could lead to incoherent sentence flow.
The text was updated successfully, but these errors were encountered: