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

Suppress hard line break in build output where carriage returns exist in source #944

Closed
Tracked by #1269
bertput opened this issue Dec 31, 2021 Discussed in #939 · 1 comment · Fixed by #1723
Closed
Tracked by #1269

Suppress hard line break in build output where carriage returns exist in source #944

bertput opened this issue Dec 31, 2021 Discussed in #939 · 1 comment · Fixed by #1723
Assignees
Labels
build tool Component: Exports or the build tool enhancement Request: New feature or improvement next release Note: Features planned for next release

Comments

@bertput
Copy link

bertput commented Dec 31, 2021

Currently it appears that carriage returns in the markdown source result in hard line breaks in the build output, because the build tool places two spaces at the end of every line of build output.

Can you provide functionality to suppress those double-spaces, perhaps controlled by a new switch in the build dialog?
I've linked the discussion for reference. Thank you.

Discussed in #939

Originally posted by bertput December 28, 2021
Hello,

As I understand the markdown syntax, if two lines flow one after the other without a blank line in between, the text should flow in the rendered output or (I guess) the preview. I think this is mentioned in another question but that turned into a discussion about MD vs. other formats.

Specifically, if I write some text like this:

these are some very
short lines
of text.

then I would expect it to render like this:

these are some very short lines of text.

Only an empty line should cause a hard line break, but I'm not seeing that. Instead I see line breaks at the end of each line.
If there is a setting that I'm missing, I'd appreciate a pointer to it! Thank you!

Regards, Bert

@vkbo vkbo added build tool Component: Exports or the build tool enhancement Request: New feature or improvement labels Dec 31, 2021
@vkbo vkbo self-assigned this Dec 31, 2021
@vkbo vkbo added this to the Future Release milestone Dec 31, 2021
@vkbo vkbo changed the title Feature request: suppress hard line break in build output where carriage returns exist in source Suppress hard line break in build output where carriage returns exist in source Dec 31, 2021
@vkbo vkbo added the todo label May 31, 2022
@vkbo vkbo mentioned this issue Nov 29, 2022
28 tasks
@vkbo vkbo added next release Note: Features planned for next release and removed todo labels Apr 14, 2023
@vkbo vkbo modified the milestones: Release 2.1 Beta 1, Build Tool Rewrite Apr 24, 2023
@vkbo vkbo added planned Note: Feature planned for a later release and removed next release Note: Features planned for next release labels May 7, 2023
@vkbo vkbo modified the milestones: Build Tool Rewrite, Future Release Jan 27, 2024
@vkbo vkbo added next release Note: Features planned for next release and removed planned Note: Feature planned for a later release labels Mar 1, 2024
@vkbo vkbo linked a pull request Mar 1, 2024 that will close this issue
6 tasks
@vkbo
Copy link
Owner

vkbo commented Mar 2, 2024

Feature added for inclusion in 2.4

@vkbo vkbo closed this as completed Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build tool Component: Exports or the build tool enhancement Request: New feature or improvement next release Note: Features planned for next release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants