Skip to content

Commit

Permalink
Document that implementing yfm_paths for markdown fixes an issue
Browse files Browse the repository at this point in the history
This fixes #392 (I think)
  • Loading branch information
mquinson committed Jan 1, 2023
1 parent ddd2522 commit d590b9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ YAML and Yaml Front Matter:
* Use the implementation of YFM to parse YAML files too.
- This reduces the code dupplication, and brings the nice features over:
Numbers and arrays are not quoted anymore in Yaml files, as it should be.
- This adds the yfm_paths option to Markdown and Asciidoc YFM.
- This adds the yfm_paths option to Markdown and Asciidoc YFM,
fixing GitHub's #392 along the way.
- Please note that '-o keys' is now case-sensitive in Yaml documents.
* Do not translate nor quote booleans, so that they are not treated as string.
Thanks Gissmo for GitHub's PR #393, even if I had to rework it quite a bit.
Expand Down

0 comments on commit d590b9a

Please sign in to comment.