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

cmd/makedocs: fix headers formatting #803

Merged
merged 1 commit into from Feb 10, 2019
Merged

cmd/makedocs: fix headers formatting #803

merged 1 commit into from Feb 10, 2019

Conversation

quasilyte
Copy link
Member

The problem was caused by checker params list
that included (for some reason) the next header.

To avoid whitespace-driven decisions, use
HTML elements to emit lists, so they are closed
before next checker heading starts.

Also added octalLiteral checker docs.

Fixes #802

Signed-off-by: Iskander Sharipov quasilyte@gmail.com

The problem was caused by checker params list
that included (for some reason) the next header.

To avoid whitespace-driven decisions, use
HTML elements to emit lists, so they are closed
before next checker heading starts.

Also added octalLiteral checker docs.

Fixes #802

Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>
@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.817% when pulling d47d51b on quasilyte/fix802 into 765907a on master.

@quasilyte quasilyte merged commit ee9bf58 into master Feb 10, 2019
@quasilyte quasilyte deleted the quasilyte/fix802 branch February 10, 2019 22:04
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.

cmd/makedocs: bad formatting of headers
3 participants