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

Empty paragraph should have effect of newline #297

Closed
pgundlach opened this issue Jan 12, 2021 · 0 comments
Closed

Empty paragraph should have effect of newline #297

pgundlach opened this issue Jan 12, 2021 · 0 comments
Assignees
Labels
Milestone

Comments

@pgundlach
Copy link
Member

<Layout xmlns="urn:speedata.de:2009/publisher/en" xmlns:sd="urn:speedata:2009/publisher/functions/en">
  <Pageformat height="5cm" width="4cm" />
  <Record element="data">
    <PlaceObject>
      <Textblock>
        <Paragraph>
          <Value>a</Value>
        </Paragraph>
        <Paragraph>
          <Value></Value>
        </Paragraph>
        <Paragraph>
          <Value>b</Value>
        </Paragraph>
      </Textblock>
    </PlaceObject>
  </Record>
</Layout>

should render as

a

b

and not as

a
b
@pgundlach pgundlach added the Bug label Jan 12, 2021
@pgundlach pgundlach added this to the Version 4.4 milestone Jan 12, 2021
@pgundlach pgundlach self-assigned this Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant