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 #440

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

Support programmatic text in YAML metadata values #440

Witiko opened this issue May 2, 2024 · 0 comments · Fixed by #451
Labels
conversion output Related to the output format of the Markdown-to-TeX conversion lua Related to the Lua interface and implementation plaintex Related to the plain TeX interface and implementation yaml Related to the tinyyaml library.
Milestone

Comments

@Witiko
Copy link
Owner

Witiko commented May 2, 2024

Currently, we assume that all strings in YAML metadata are markdown text. Besides the jekyllDataString renderers, we should also produce e.g. jekyllDataProgrammaticString renderers, which would receive the raw text of the strings. Furthermore, we should also rename jekyllDataString renderers to e.g. jekyllDataTypographicString and deprecate the previous name.

Tasks

  • Update unit tests.
  • Declare jekyllDataProgrammaticString renderer and renderer prototype.
  • Produce jekyllDataProgrammaticString renderer and renderer prototype.
  • Rename jekyllDataString renderers and renderer prototypes to jekyllDataTypographicString.
  • Deprecate jekyllDataString similarly to Rename renderers based on the semantics of elements #201.
  • Add the changes from this ticket to CHANGES.md.
  • Acknowledge ISTQB in CHANGES.md and README.md.
@Witiko Witiko added lua Related to the Lua interface and implementation plaintex Related to the plain TeX interface and implementation conversion output Related to the output format of the Markdown-to-TeX conversion yaml Related to the tinyyaml library. labels May 2, 2024
@Witiko Witiko added this to the 3.6.0 milestone May 2, 2024
@Witiko Witiko changed the title Support programmatic text in metadata values Support programmatic text in YAML metadata values May 2, 2024
@Witiko Witiko modified the milestones: 3.7.0, 3.8.0 Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conversion output Related to the output format of the Markdown-to-TeX conversion lua Related to the Lua interface and implementation plaintex Related to the plain TeX interface and implementation yaml Related to the tinyyaml library.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant