I'm not sure there's any "right" way to do it.
I don't like the idea of including English-language punctuation in a code block; I think code blocks should stand on their own and not try to interact with the text around them, rather the reverse.
I try to structure the language around code blocks to include the code block, either by using a positional reference (e.g., "The following code:") and continue after the code block either by starting a new sentence, or finishing the previous one. It's legitimate to use a capital letter after a colon.
The following equation shows how to sum the values of y and z:
x = y + z
Or, if context allows: ← meta-colon
This equation shows how to sum the values of y and z:
x = y + z
We don't have the ability to number or name code blocks, so this seems like a good compromise. Sometimes it makes more sense to name a block by filename or function, though:
The Summing Equation demonstrates how to sum the values of y and z. Both y and z can be values of any type. To clamber up that slim shaft without dragging Ja down and precipitating both to the same doom from which the copper-colored one was attempting to save me seemed utterly impossible, and as I came near the spear I told Ja so, and that I could not risk him to try to save myself.
Summing Equation
x = y + z