コマンド ライン プロンプトのようにコードの前に '$' を付けたいのですが、その '$' を強調表示可能なテキストの一部にしないでください。
index.html
<pre class="pre-scrollable">
<span class="com">git clone https://github.com/vccabral/vagrant-django-template-1.git</span>
<span class="com">cd vagrant-django-template-1</span>
<span class="com">vagrant up</span>
<span class="com">vagrant ssh</span>
<span class="com">python -c "import this"</span>
</pre>