Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Use tomelr for TOML front-matter generation #629

Merged
merged 7 commits into from
May 4, 2022
Merged

Conversation

kaushalmodi
Copy link
Owner

@kaushalmodi kaushalmodi commented May 3, 2022

Move YAML generation logic to ox-hugo-deprecated.el.

NOTE: At some point, YAML generation support will be removed entirely.

Minor breaking changes:

  • Empty strings are not considered as nil.
  • Nil is not considered as TOML false. A key with nil value
    means that it doesn't need to be exported to TOML.

Cosmetic changes:

  • Multi-line strings are auto-generated if the string contains double
    quotes.

Move YAML generation logic to ox-hugo-deprecated.el.

NOTE: At some point, YAML generation support will be removed entirely.

Minor breaking changes:
- Empty strings are not considered as nil.
- Nil is not considered as TOML false. A key with nil value
  means that it doesn't need to be exported to TOML.

Cosmetic changes:
- Multi-line strings are auto-generated if the string contains double
  quotes.
Add a small dummy YAML generator only for the stuff that Pandoc needs
as `org-hugo-pandoc-cite--meta-data-generator`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant