We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider auto-formatting docs/*.md with markdownfmt as part of make presubmit:
make presubmit
go get -u github.com/shurcooL/markdownfmt markdownfmt -w docs
#994 is the current diff it creates. It seems to break syzbot.md, but it all should be fixable. Need to figure out how to vendor it.
The text was updated successfully, but these errors were encountered:
Note: github.com/shurcooL/markdownfmt does not support reflowing to a given line width. There is an open issue for that: shurcooL/markdownfmt#36
Sorry, something went wrong.
No branches or pull requests
Consider auto-formatting docs/*.md with markdownfmt as part of
make presubmit
:#994 is the current diff it creates. It seems to break syzbot.md, but it all should be fixable.
Need to figure out how to vendor it.
The text was updated successfully, but these errors were encountered: