An example of the wrong rendering:
The right rendering (you can see it directly on GitHub using the link above):
An example of the wrong rendering:
The right rendering (you can see it directly on GitHub using the link above):
Seems correct to me, I do not want to see out of context indentation for snippets anyway. What if it was indented 50 spaces because it is a deeply nested routine?
It is IN-context identation, because the context is set by the curly braces.
Another example (JavaScript code):
The contents of the window.submitShipment
function is idented in the original code (you can see it on GitHub using the link above), but the onebox removes this identation for a some reason.