Skip to content

Conversation

@philpax
Copy link
Contributor

@philpax philpax commented May 23, 2025

When a return value with description was used, no newline would be emitted. This would cause the headers for successive functions to be on the same line, which resulted in it not being recognised by the Markdown parser:

##### Returns

`System.Boolean`: If Windows 11 has been detected.### OpenLink(string)

This fixes the issue by adding the missing Line:

##### Returns

`System.Boolean`: If Windows 11 has been detected.
### OpenLink(string)

@Jan0660 Jan0660 merged commit affb187 into Jan0660:main May 24, 2025
2 checks passed
@philpax philpax deleted the fix-header-newlines branch May 24, 2025 17:28
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