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

Proper handling level-4 headers on roff generating #9

Merged
merged 1 commit into from
Oct 9, 2011
Merged

Proper handling level-4 headers on roff generating #9

merged 1 commit into from
Oct 9, 2011

Conversation

Sannis
Copy link
Contributor

@Sannis Sannis commented Jul 17, 2011

Before this patch

#### Header text

Lorem ipsum dolor sit amet, ...

becomes

.TP
Header text
.Lorem ipsum dolor sit amet, \.\.\.

and now it will be

.TP
Header text
.
.P
Lorem ipsum dolor sit amet, \.\.\.

as for other headings.

@Sannis
Copy link
Contributor Author

Sannis commented Sep 17, 2011

Addition: I know that h4 is used not so frequently, but... :)

kapouer added a commit that referenced this pull request Oct 9, 2011
Proper handling level-4 headers on roff generating
@kapouer kapouer merged commit f2d937a into kapouer:master Oct 9, 2011
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

Successfully merging this pull request may close these issues.

2 participants