In a Stackoverflow question/answer box, what is the markdown to render this, not as a code fragement, but in normal narrative text.
myArray[2][1]
The above is only shown in a code fragment, as that is the only way I know how to show it to you. If instead I write the same text in normal narrative, this is what I get...
myArray2
Perhaps there is some markdown to achieve this? Thanks if you can advise.
Testing Murgatroid's solution
myArray[2][1]