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

updated alignment tags in readme and blank readme #34

Merged
merged 1 commit into from
Oct 2, 2021

Conversation

rfrazier716
Copy link
Contributor

GitLab's markdown doesn't respect alignment in <p> tags, and any project that uses this template ends up with a left justified title block. Replacing <p align="center"> with <div align="center"> fixes the issue.

This also fixes a separate issue where any Jetbrains IDE (Pycharm, IntelliJ, CLion) would flagged an error with the closing </p> tag of the title block saying it matches nothing. and every time you'd try and commit changes there'd be an annoying pop-up saying as much.

With <p> tags

image

With <div> tags

image

replaced <p> tags with <div> so title properly renders in GitLab
@rfrazier716
Copy link
Contributor Author

Also this Fixes #10, I'm not sure how to link issues to the pull request though.

Copy link
Owner

@othneildrew othneildrew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks for the contribution!

@othneildrew othneildrew merged commit 1e15056 into othneildrew:master Oct 2, 2021
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