```
echo "foo"
```
echo "foo"
GitHub's rendered HTML output:
<pre><code>echo "foo"
</code></pre>
```python
from sys import version
```
from sys import version
GitHub's rendered HTML output:
<div class="highlight highlight-source-python"><pre class="rgh-observing-whitespace"><span class="pl-k">from</span> <span class="pl-s1">sys</span> <span class="pl-k">import</span> <span class="pl-s1">version</span></pre></div>
<pre lang="python">
from os import listdir
</pre>
from os import listdir
GitHub's rendered HTML output:
<div class="highlight highlight-source-python"><pre class="rgh-observing-whitespace"><span class="pl-k">from</span> <span class="pl-s1">os</span> <span class="pl-k">import</span> <span class="pl-s1">listdir</span></pre></div>
```abc
echo "foo"
```
echo "foo"
GitHub's rendered HTML output:
<pre lang="abc" class="notranslate"><code class="notranslate">echo "foo"
</code></pre>