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

feat(validator): validate manpage document #545

Merged
merged 1 commit into from
Apr 19, 2020

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Apr 19, 2020

Add a new pkg/validator package which validates
the given document, reports problems and in the case
of a manpage document, changes the doctype to article
if a problem was found.

Fixes #529

Signed-off-by: Xavier Coulon [email protected]

Add a new `pkg/validator` package which validates
the given document, reports problems and in the case
of a `manpage` document, changes the doctype to `article`
if a problem was found.

Fixes bytesparadise#529

Signed-off-by: Xavier Coulon <[email protected]>
@xcoulon xcoulon merged commit 65b298d into bytesparadise:master Apr 19, 2020
@xcoulon xcoulon deleted the Issue529_validate_mangape branch April 19, 2020 13:29
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.

verify that a manpage doc is valid
1 participant