Support programmatic text in YAML metadata values #440
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
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 renamejekyllDataString
renderers to e.g.jekyllDataTypographicString
and deprecate the previous name.Tasks
jekyllDataProgrammaticString
renderer and renderer prototype.jekyllDataProgrammaticString
renderer and renderer prototype.jekyllDataString
renderers and renderer prototypes tojekyllDataTypographicString
.jekyllDataString
similarly to Rename renderers based on the semantics of elements #201.CHANGES.md
.CHANGES.md
andREADME.md
.The text was updated successfully, but these errors were encountered: