-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Underlined space when using -Collapsable #51
Comments
I'd be happy to attempt this if you can point me to the file that has this. I attempted to find the fix that was mentioned in the issue, but couldn't find where it was addressed. |
It's in the last else: PSWriteHTML/Public/New-HTMLSection.ps1 Lines 121 to 122 in e254e77
Basically what needs to be done is one needs to remove space from -Text field on lines 121 and 122 and move that into line 120 (basically add space to $HeaderText instead. PSWriteHTML/Public/New-HTMLSection.ps1 Line 120 in e254e77
|
I guess better looking would be only link to Hide/Show word without () but that's a bit harder. You would probably need to write New-HTMLTag -Tag a and all that stuff to build a better version of it. |
Closing. Will release fix this weekend with some other stuff probably. |
Thanks, Tuxhedoh for help! |
Hey, thanks for the fix of the "Missing space character when using '-Collapsable'" issue.
However, the space gets unerlined now:
The text was updated successfully, but these errors were encountered: