-
Notifications
You must be signed in to change notification settings - Fork 25k
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
[DOCS] Fixes indentation in inference processor code snippet #51252
Conversation
Pinging @elastic/es-docs (>docs) |
Pinging @elastic/es-distributed (:Distributed/Task Management) |
Pinging @elastic/ml-core (:ml) |
Something looks off still. I think the second last } is off. It looks like it mixes 2 and 4-character indents as well, probably because of a mix of tabs and spaces. It should be:
I also notice the other two snippets are not formatted correctly on the page, mostly because of the same problems and the quote marks are the wrong character (not ASCII "). They should be:
And
|
@joshdevins Thanks for the feedback. I amended the snippets accordingly. |
LGTM, all the JSON highlighting now works too! 🎉 |
This PR fixes a wrongly indented line in a code snippet.
Preview available here: http://elasticsearch_51252.docs-preview.app.elstc.co/guide/en/elasticsearch/reference/master/inference-processor.html