Literal colon (:
) characters in YAML metadata block field names are parsed incorrectly
#232
Labels
:
) characters in YAML metadata block field names are parsed incorrectly
#232
In our Markdown files, we use colon-delimited prefixes to indicate metadata fields specific to certain content processing subsystems.
If I have a Markdown input file with a YAML metadata block as follows:
and I publish this to DITA (just to see how the metadata is converted):
the resulting DITA is as follows:
The literal colon (
:
) characters in the YAML field names are incorrectly interpreted as separators. If this same input file is processed throughpandoc
:then the fields are parsed and preserved correctly:
The text was updated successfully, but these errors were encountered: