You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running GenMarkdownCustom with DisableAutoGenTag=true an extra newline is added to the end of the file. This can be seen in the md file that is output and tools like pre-commit will also attempt to fix the issue
When running
GenMarkdownCustom
withDisableAutoGenTag=true
an extra newline is added to the end of the file. This can be seen in the md file that is output and tools like pre-commit will also attempt to fix the issueExpected: No extra newline is added when
DisableAutoGenTag=true
Cobra version v1.7.0
New line https://github.com/spf13/cobra/blob/v1.7.0/doc/md_docs.go#L108C8
The text was updated successfully, but these errors were encountered: