-
Notifications
You must be signed in to change notification settings - Fork 253
Reformatted debug mem leak doc #608
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
Conversation
|
@0xTim - Here's the corrected PR. Apologies for the other and causing any confusion. No content changes were made, only syntax to correct the flow of information on the page. |
| } | ||
| myFunctionDoingTheAllocation() | ||
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.
Are these linebreaks at the bottom of the codeblocks required (the ones inside as opposed to outside) - doesn't that just add an extra line to all code blocks?
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.
Yes. I reverted the syntax (the extra spaces were initially there). I also removed characters that I suspect threw the formatting off and bolded "Notes" and "Tips". I tightened up the extra spaces yesterday, but the GitHub "preview" isn't always rendering how it actually displays on the published web page. So, hoping these changes will take care of it so no further changes are needed. My apologies for the extra cycle.
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.
@RobinBateman808 I removed the extra line breaks at the bottom of the code blocks as they were adding extra whitespace and weren't needed. You should be able to run the website locally following the README instructions - just checked and it's rendering fine now
Removed spacing for a numbered bullet set to remove formatting as a code block.
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.
Thanks!
|
@swift-ci please test |
* Reformatted and added spaces before backticks to correct content alignment. * Update memory-leaks-and-usage.md Removed spacing for a numbered bullet set to remove formatting as a code block. * Tidy up code formats --------- Co-authored-by: Tim <0xtimc@gmail.com>
Motivation:
Documentation isn't formatting correctly, potentially confusing user instructions and examples.
Modifications:
Corrected syntax and adjusted spacing.
Result:
Correct formatting and flow of information.