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

Support programmatic text in YAML metadata values #46

Closed
5 tasks done
Witiko opened this issue May 2, 2024 · 0 comments · Fixed by #95
Closed
5 tasks done

Support programmatic text in YAML metadata values #46

Witiko opened this issue May 2, 2024 · 0 comments · Fixed by #95
Assignees

Comments

@Witiko
Copy link
Contributor

Witiko commented May 2, 2024

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.

Tasks

  • During YAML validation in the CI, print a human-readable error when logo metadata values contain _.
  • Close Support programmatic text in YAML metadata values Witiko/markdown#440.
  • Use jekyllDataProgrammaticString renderers in the definition of the istqb/common/metadata setup snippet.
  • Update the Markdown package.
  • No longer check for the presence of _ in logo metadata values during YAML validation in the CI.
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

Successfully merging a pull request may close this issue.

1 participant