-
Notifications
You must be signed in to change notification settings - Fork 6
Deadlinks and rendering #14
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
@wsmelton
wsmelton
commented
Jan 5, 2022
- Fixing deadlinks for command references
- Fix Website displaying raw JavaScript dbatools#8040
@potatoqualitee I think this corrects the java script being displayed on the side of the Getting Started page.
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.
This was primary fix for it that I could figure out. Syntax in the script itself I guess when it was converted from WP replaced the >
with the >
, and then adding the closing script and div tag.
Thank you so much, @wsmelton !