-
Notifications
You must be signed in to change notification settings - Fork 53
Fix code block indentation #457
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
Fix code block indentation #457
Conversation
mongoKart
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.
lgtm
It's outside the scope of this ticket, but some documents (e.g., on the Specify a Query page) use JS highlighting, while others (e.g., on the Collation page) use none. Probably good to be consistent with this unless there's a small difference in the examples that I'm not seeing.
@mongoKart |
(cherry picked from commit ce0fa18)
(cherry picked from commit ce0fa18)
(cherry picked from commit ce0fa18)
(cherry picked from commit ce0fa18)
(cherry picked from commit ce0fa18)
(cherry picked from commit ce0fa18)
(cherry picked from commit ce0fa18)
(cherry picked from commit ce0fa18)
(cherry picked from commit ce0fa18)
(cherry picked from commit ce0fa18)
(cherry picked from commit ce0fa18)
(cherry picked from commit ce0fa18)
(cherry picked from commit ce0fa18)
(cherry picked from commit ce0fa18)
Pull Request Info
PR Reviewing Guidelines
No JIRA ticket
This PR fixes the code-block rST indentation which silently failed to apply syntax highlighting for the specified language. While it's beyond expectations to review each file, to verify the syntax highlighting is applied, you'll need to individually inspect each code block with Chrome Tools for the "javascript" (or other) style in the code component:
Staging:
Quick start
Collations
Specify a Query
Logging
Self-Review Checklist