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

Issue with subsection in latest head #37

Open
thmo opened this issue Feb 17, 2022 · 0 comments
Open

Issue with subsection in latest head #37

thmo opened this issue Feb 17, 2022 · 0 comments

Comments

@thmo
Copy link

thmo commented Feb 17, 2022

This input

DESCRIPTION
  GENERAL
    Lorem ipsum dolor sit amet, consectetur
    adipiscing elit, sed do eiusmod tempor
    incididunt ut labore et dolore magna aliqua.

    Key  value

    AnotherKey  value2

is rendered in 1.7.1 nicely as

untitled(17 February 2022)                untitled(17 February 2022)

DESCRIPTION
   GENERAL
       Lorem  ipsum dolor sit amet, consectetur adipiscing elit, sed
       do eiusmod tempor incididunt ut labore et dolore  magna  ali‐
       qua.

       Key    value

       AnotherKey
              value2

                                          untitled(17 February 2022)

but in be89fb4 as

untitled(17 February 2022)                untitled(17 February 2022)

DESCRIPTION
       GENERAL  Lorem  ipsum  dolor sit amet, consectetur adipiscing
       elit, sed do eiusmod tempor incididunt ut  labore  et  dolore
       magna aliqua.

              Key    value

              AnotherKey
                     value2

                                          untitled(17 February 2022)

which doesn't look correct to me.

moschny pushed a commit to ParaStation/psmgmt that referenced this issue Oct 5, 2023
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