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

hugo convert toTOML inserts blank line before closing delimiter #10351

Closed
jmooring opened this issue Oct 4, 2022 · 1 comment · Fixed by #10352
Closed

hugo convert toTOML inserts blank line before closing delimiter #10351

jmooring opened this issue Oct 4, 2022 · 1 comment · Fixed by #10352

Comments

@jmooring
Copy link
Member

jmooring commented Oct 4, 2022

content/post/test.md - BEFORE

---
title: Test
date: "2022-10-03T17:16:07-07:00"
draft: false
---

command

hugo convert toTOML --unsafe

content/post/test.md - AFTER

+++
date = '2022-10-03T17:16:07-07:00'
draft = false
title = 'Test'
                                    <-- blank line
+++

This does not happen when specifying toJSON or toYAML.

Hugo has behaved this way since v0.54.0 (and probably earlier), so this was not introduced during the migration to v2 of github.com/pelletier/go-toml.

Reference: https://discourse.gohugo.io/t/40792/2

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants