forked from jgm/lunamark
-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
conversion outputRelated to the output format of the Markdown-to-TeX conversionRelated to the output format of the Markdown-to-TeX conversionluaRelated to the Lua interface and implementationRelated to the Lua interface and implementationplaintexRelated to the plain TeX interface and implementationRelated to the plain TeX interface and implementationyamlRelated to the tinyyaml library.Related to the tinyyaml library.
Milestone
Description
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 tojekyllDataTypographicString
. - 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
andREADME.md
.
Metadata
Metadata
Assignees
Labels
conversion outputRelated to the output format of the Markdown-to-TeX conversionRelated to the output format of the Markdown-to-TeX conversionluaRelated to the Lua interface and implementationRelated to the Lua interface and implementationplaintexRelated to the plain TeX interface and implementationRelated to the plain TeX interface and implementationyamlRelated to the tinyyaml library.Related to the tinyyaml library.