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

Add blank line between PGN headers and game text #139

Closed
MarkZH opened this issue Jan 26, 2024 · 1 comment
Closed

Add blank line between PGN headers and game text #139

MarkZH opened this issue Jan 26, 2024 · 1 comment

Comments

@MarkZH
Copy link
Owner

MarkZH commented Jan 26, 2024

const auto pgn_text = header_text.str() + String::word_wrap(game_text.str(), 80) + "\n\n\n";

@MarkZH
Copy link
Owner Author

MarkZH commented Jan 27, 2024

Closed by a9eb8c7

@MarkZH MarkZH closed this as completed Jan 27, 2024
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

No branches or pull requests

1 participant