-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
[Bug] missing empty line between <details><summary>Click to expand</summary> and list #197
Comments
Maybe the issue is not related to the procedure but to the way I use it: |
no, same issue. |
I think this may be more of an issue with how SSMS interprets I'll dive in a bit deeper to see if it makes more sense to update the docs/recommended use or change the way line breaks are implemented. |
yes, it is an SSMS issue. I also exported it using sqlcmd and the result is correct. Maybe adding some hint into the documentation could be an idea. I don't remember how I exported in the past. Maybe I never used SSMS but only sqlcmd. |
Above bug has been migrated to the new feedback platform here. Please upvote if you agree it should be addressed. This missing line break does not affect the rendering of the markdown, so is a minor issue. I will hold off on implementing any code changes for now and make note of it in the documentation. Thanks for bringing it to my attention. |
Describe the bug
objects are listed using some
<details><summary>Click to expand</summary>
and a list after
there should be an empty line between this row code and the list, but this empty line is missing.
To Reproduce
Expected behavior
empty line before list elements
Versions(please complete the following information):
SQL Server Management Studio 15.0.18369.0
SQL Server Management Objects (SMO) 16.100.46041.41
Microsoft Analysis Services Client Tools 15.0.19342.0
Microsoft Data Access Components (MDAC) 10.0.19041.1
Microsoft MSXML 3.0 6.0
Microsoft .NET Framework 4.0.30319.42000
Operating System 10.0.19042
Additional context
Part of the DBA MultiTool http://dba-multitool.org
Version: 20210412
I just downloaded Version 1.7.2 which documents related FK #190
The text was updated successfully, but these errors were encountered: