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
Our current approach in processing metadata always parses values in markdown text. Consider the following line of metadata:
logo: istqb_logo_ctfl
This line is currently parsed as istqblogoctfl. This causes difficult-to-debug errors as discussed with @danopolan today.
logo
_
jekyllDataProgrammaticString
istqb/common/metadata
The text was updated successfully, but these errors were encountered:
During validation, check that logo metadata values do not contain _
83e4600
As discussed in <#46 (comment)>.
metadata*.yml
metadata.yml
Witiko
Successfully merging a pull request may close this issue.
Our current approach in processing metadata always parses values in markdown text. Consider the following line of metadata:
This line is currently parsed as istqblogoctfl. This causes difficult-to-debug errors as discussed with @danopolan today.
Tasks
logo
metadata values contain_
.jekyllDataProgrammaticString
renderers in the definition of theistqb/common/metadata
setup snippet._
inlogo
metadata values during YAML validation in the CI.The text was updated successfully, but these errors were encountered: