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
Posting here because I am unable to replicate this issue using just using yaml in a page with pure Jekyll.
The following works:
api: slug: api info: 'Try out <a href="https://example.org">the docs</a>'
While this gives error:
api: info: 'Try out <a href="https://example.org">the docs</a>' slug: api
The error is Invalid scheme format: *text* <a href="https (Addressable::URI::InvalidURIError).
Invalid scheme format: *text* <a href="https (Addressable::URI::InvalidURIError)
Is there perhaps something with how this plugin parses the yaml that could result in this?
The text was updated successfully, but these errors were encountered:
Probably not the best solution but sorting the hash fixes it for me: espen@bc90abc
Sorry, something went wrong.
No branches or pull requests
Posting here because I am unable to replicate this issue using just using yaml in a page with pure Jekyll.
The following works:
While this gives error:
The error is
Invalid scheme format: *text* <a href="https (Addressable::URI::InvalidURIError)
.Is there perhaps something with how this plugin parses the yaml that could result in this?
The text was updated successfully, but these errors were encountered: