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

text builder does not respect line blocks #1028

Closed
shimizukawa opened this issue Jan 3, 2015 · 1 comment
Closed

text builder does not respect line blocks #1028

shimizukawa opened this issue Jan 3, 2015 · 1 comment

Comments

@shimizukawa
Copy link
Member

When processing reST source that includes line blocks, the text builder produces output that does not preserve the line breaks implicit in the line block. That is,

|Some text
|Another line

will compile to

Some textAnother line

with no space or other break between the contents of the two source lines.


@shimizukawa
Copy link
Member Author

From Georg Brandl on 2012-10-28 17:59:55+00:00

Closes #1028: Fix line block output in the text builder.

→ <<cset 2efca93>>

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

No branches or pull requests

1 participant