-
Notifications
You must be signed in to change notification settings - Fork 15
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
General doc fixes #35
Conversation
…SP]. These instances were replaced with a regular UTF-8 space.
🪓 PR closed, deleted preview at https://github.com/freeipa/freeipa.github.io/tree/gh-pages/pull/35/ |
…ed line blocks to match the same format/pattern for code consistency.
The command '# getcert list -c IPA' was updated to remove a leading space, ensuring it is displayed correctly.
…`", the "``" was removed from both ends.
There are a LOT of changes here. I scripted with a bit of help from good 'ol chatgpt. Below is the very quick and dirty python that's responsible for the changes. I'm not proud of it, but it worked. :)
|
I'm cancelling this PR for now. I'm finding more straggler issues and I want to be more confident random lines aren't disappearing. |
Some general fixes done while resolving #25
Found that files, while being UTF-8 encoded had many instances of [NBSP]. These instances were replaced with a regular
UTF-8 space.
Also fixed a lot of the block/code formatting for broken blocks and modified line blocks to match the same format/pattern for code consistency.