Debian / debiman

debiman generates a static manpage HTML repository out of a Debian archive
Apache License 2.0
185 stars 46 forks source link

paragraphs are indented differently #128

Closed FranklinYu closed 3 years ago

FranklinYu commented 3 years ago

Under each heading, the first paragraph isn’t indented; starting from the second they are indented by 2 characters. Expected:

1st paragraph

2nd paragraph

3rd paragraph

Actual:

1st paragraph

  2nd paragraph

  3rd paragraph

This seems to affect every page. Example: adduser(8)

stapelberg commented 3 years ago

Just verified: this issue is the same as https://github.com/Debian/debiman/issues/116, which is already fixed at mandoc HEAD, but there hasn’t been a new release since.

FranklinYu commented 3 years ago

By “a new release” you mean debiman or mandoc?

Reading your response again I guess you meant that we are waiting for next mandoc release. I’m not familiar with OpenBSD release schedule; how do we check their release of a specific package/program? Or are we waiting for next release of the entire distribution?

stapelberg commented 3 years ago

Yes, I was referring to mandoc. I don’t think mandoc’s release is coupled to OpenBSD in any way.

@ischwarze can you answer this? :)