-
Notifications
You must be signed in to change notification settings - Fork 39
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
Replace non-breaking spaces with regular spaces #118
Conversation
The character causes various difficulties and confusion, such as the docs/howtos/docker.md document's "For development" header not being rendered as a header by Markdown renderers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those are/were located pretty randomly, wow...
I know right? 😆 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are probably artifacts of specific editors - happy you caught them, thanks!
Alt+Space could be used to input non-breaking space, so it may happen by accident. |
Is there a precommit way of dealign with these? |
There are multiple markdown pre-commit hooks listed in https://pre-commit.com/hooks.html, but someone needs to check which one is best. |
# Description The ` ` character causes various difficulties and confusion, such as the `docs/howtos/docker.md` document's "For development" header not being rendered as a header by Markdown renderers. ## Type of change - [x] Fixes or improves existing content ## Final checklist: - [x] My PR is the minimum possible work for the desired functionality
Description
The
character causes various difficulties and confusion, such as thedocs/howtos/docker.md
document's "For development" header not being rendered as a header by Markdown renderers.Type of change
Final checklist: