我希望我的代码前面有一个“$”,就像命令行提示符一样,但让那个“$”不是可突出显示的文本的一部分。
索引.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>