-
-
Notifications
You must be signed in to change notification settings - Fork 747
Markdownify std.algorithm #5970
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
|
Thanks for your pull request, @wilzbach! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. |
1a3f914 to
fc0c29f
Compare
|
We can also do this file by file if that's easier. |
JackStouffer
left a comment
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.
I'm going to go ahead and approve this. Because this was done via program and not by hand you can infer the correct-ness by looking at a few examples of the output (and it would take too long to manually review all of it).
Not that there are still some cases in which DDoc auto-highlights a token, compare e.g. Old: http://dtest.dlang.io/artifact/website-d4a3e415e1933b1bf95375258832afc0fa2d38d9-cf0b6d829835d57b259c20e7d81ed874/web/library-prerelease/std/algorithm/sorting/top_n.html and look at "r.length" after "satisfy". Though AFAICT these changes look benign as the auto-highlighting actually does make sense in these spots. |
|
Let's get on with this. |
|
First change: backticks don't nest. |
Done with: https://github.com/wilzbach/dscanner-fix/blob/master/d_code_markdown.d
Revival of #5801 for
std.algorithm