markdown icon indicating copy to clipboard operation
markdown copied to clipboard

Support programmatic text in YAML metadata values

Open Witiko opened this issue 4 months ago • 0 comments

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

  • [x] 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 #201.
  • [ ] Add the changes from this ticket to CHANGES.md
  • [ ] Acknowledge ISTQB in CHANGES.md and README.md.
  • [ ] Close https://github.com/istqborg/istqb_product_base/issues/46.

Witiko avatar May 02 '24 12:05 Witiko